aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-20 12:41:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-20 12:41:35 +0000
commitbd8ba044e2d6d9878b6a24eceb89b29965d08cf3 (patch)
treeb5152e53173e0f8dceb4fdd725d460b5f2b3e6b6 /src/nse
parent550e15b99d7fbe50f7b2e7d695f87ae3a3d5f57d (diff)
downloadgnunet-bd8ba044e2d6d9878b6a24eceb89b29965d08cf3.tar.gz
gnunet-bd8ba044e2d6d9878b6a24eceb89b29965d08cf3.zip
-working on stream
Diffstat (limited to 'src/nse')
-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 8dcb56fbd..5303b4cdb 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -34,7 +34,7 @@ noinst_PROGRAMS = \
34 gnunet-nse-profiler 34 gnunet-nse-profiler
35 35
36gnunet_nse_profiler_SOURCES = \ 36gnunet_nse_profiler_SOURCES = \
37 gnunet-nse-profiler.c 37 gnunet-nse-profiler.c
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 \