From 08b59bf1ad62ed9d4f4ff68855d041bd3488fef5 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 26 Jul 2011 09:32:16 +0000 Subject: add math lib, remove noinst temporarily --- src/nse/Makefile.am | 5 ++--- 1 file 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 = \ bin_PROGRAMS = \ - gnunet-service-nse - -noinst_PROGRAMS = \ + gnunet-service-nse \ nse-profiler nse_profiler_SOURCES = \ @@ -34,6 +32,7 @@ nse_profiler_LDADD = -lm \ $(top_builddir)/src/nse/libgnunetnse.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ + -lm \ $(GN_LIBINTL) nse_profiler_DEPENDENCIES = \ libgnunetnse.la -- cgit v1.2.3