aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-26 09:32:16 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-26 09:32:16 +0000
commit08b59bf1ad62ed9d4f4ff68855d041bd3488fef5 (patch)
treedb5cd74a5c71c90ceeacad1d29a9a55e272adfd2
parentf417e32084ea739718d57e58cb7e39ae7795581f (diff)
downloadgnunet-08b59bf1ad62ed9d4f4ff68855d041bd3488fef5.tar.gz
gnunet-08b59bf1ad62ed9d4f4ff68855d041bd3488fef5.zip
add math lib, remove noinst temporarily
-rw-r--r--src/nse/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 78e3e3d17..d9cf952bf 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -23,9 +23,7 @@ libgnunetnse_la_LDFLAGS = \
23 23
24 24
25bin_PROGRAMS = \ 25bin_PROGRAMS = \
26 gnunet-service-nse 26 gnunet-service-nse \
27
28noinst_PROGRAMS = \
29 nse-profiler 27 nse-profiler
30 28
31nse_profiler_SOURCES = \ 29nse_profiler_SOURCES = \
@@ -34,6 +32,7 @@ nse_profiler_LDADD = -lm \
34 $(top_builddir)/src/nse/libgnunetnse.la \ 32 $(top_builddir)/src/nse/libgnunetnse.la \
35 $(top_builddir)/src/util/libgnunetutil.la \ 33 $(top_builddir)/src/util/libgnunetutil.la \
36 $(top_builddir)/src/testing/libgnunettesting.la \ 34 $(top_builddir)/src/testing/libgnunettesting.la \
35 -lm \
37 $(GN_LIBINTL) 36 $(GN_LIBINTL)
38nse_profiler_DEPENDENCIES = \ 37nse_profiler_DEPENDENCIES = \
39 libgnunetnse.la 38 libgnunetnse.la