aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-26 09:10:30 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-26 09:10:30 +0000
commitb0a506f075c724ba72f8b881c779f7b1a02e0183 (patch)
tree0225d73c56b9ef0846b2a8768065de9eb7c9448c /src
parentc400b29ab6098d3c3f4a85466e00d8c3a9d68eb8 (diff)
downloadgnunet-b0a506f075c724ba72f8b881c779f7b1a02e0183.tar.gz
gnunet-b0a506f075c724ba72f8b881c779f7b1a02e0183.zip
lm
Diffstat (limited to 'src')
-rw-r--r--src/nse/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 05877b5c4..78e3e3d17 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -30,7 +30,7 @@ noinst_PROGRAMS = \
30 30
31nse_profiler_SOURCES = \ 31nse_profiler_SOURCES = \
32 nse-profiler.c 32 nse-profiler.c
33nse_profiler_LDADD = \ 33nse_profiler_LDADD = -lm \
34 $(top_builddir)/src/nse/libgnunetnse.la \ 34 $(top_builddir)/src/nse/libgnunetnse.la \
35 $(top_builddir)/src/util/libgnunetutil.la \ 35 $(top_builddir)/src/util/libgnunetutil.la \
36 $(top_builddir)/src/testing/libgnunettesting.la \ 36 $(top_builddir)/src/testing/libgnunettesting.la \