aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-07 19:10:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-07 19:10:24 +0000
commit7c2e00ab0f1b2f266c9bcf96c784a289daaec4c7 (patch)
tree9d2176e81a5af0cacabc65e1693d3bc0137e6bc0 /src/nse
parentac19bc1a1274309192b4fde2d5dcc10a4714509f (diff)
downloadgnunet-7c2e00ab0f1b2f266c9bcf96c784a289daaec4c7.tar.gz
gnunet-7c2e00ab0f1b2f266c9bcf96c784a289daaec4c7.zip
-fix missing library link flags
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 48844bfc0..695059c64 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -38,6 +38,7 @@ gnunet_nse_profiler_SOURCES = \
38gnunet_nse_profiler_LDADD = -lm \ 38gnunet_nse_profiler_LDADD = -lm \
39 $(top_builddir)/src/nse/libgnunetnse.la \ 39 $(top_builddir)/src/nse/libgnunetnse.la \
40 $(top_builddir)/src/util/libgnunetutil.la \ 40 $(top_builddir)/src/util/libgnunetutil.la \
41 $(top_builddir)/src/statistics/libgnunetstatistics.la \
41 $(top_builddir)/src/testing/libgnunettesting.la \ 42 $(top_builddir)/src/testing/libgnunettesting.la \
42 $(GN_LIBINTL) 43 $(GN_LIBINTL)
43gnunet_nse_profiler_DEPENDENCIES = \ 44gnunet_nse_profiler_DEPENDENCIES = \