From 68e76d09d2f5828b2955594d0e0cddc7b2517feb Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 25 Jun 2015 16:21:42 +0200 Subject: fix Makefiles --- utils/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index f057ddbe..f6bf3131 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -100,7 +100,7 @@ atools_LDFLAGS = $(STATIC_FLAGS) atools_net_SOURCES = atools_net.cc nn.hpp atools_net_LDADD = libutils.a -atools_net_LDFLAGS = $(STATIC_FLAGS) /fast_scratch/simianer/lfpe/nanomsg-0.5-beta/lib/libnanomsg.so +atools_net_LDFLAGS = $(STATIC_FLAGS) /fast_scratch/simianer/lfpe/lib/nanomsg-0.5-beta/lib/libnanomsg.so dedup_corpus_SOURCES = dedup_corpus.cc dedup_corpus_LDADD = libutils.a @@ -127,5 +127,5 @@ stringlib_test_LDADD = libutils.a $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) $(BOOST_U ################################################################ # do NOT NOT NOT add any other -I includes NO NO NO NO NO ###### -AM_CPPFLAGS = -DBOOST_TEST_DYN_LINK -W -Wall -I. -I$(top_srcdir) -DTEST_DATA=\"$(top_srcdir)/utils/test_data\" -I/fast_scratch/simianer/lfpe/nanomsg-0.5-beta/include -I/fast_scratch/simianer/lfpe/cppnanomsg +AM_CPPFLAGS = -DBOOST_TEST_DYN_LINK -W -Wall -I. -I$(top_srcdir) -DTEST_DATA=\"$(top_srcdir)/utils/test_data\" -I/fast_scratch/simianer/lfpe/lib/nanomsg-0.5-beta/include -I/fast_scratch/simianer/lfpe/lib/cppnanomsg ################################################################ -- cgit v1.2.3