aboutsummaryrefslogtreecommitdiff
path: root/src/nse/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-18 17:25:45 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-18 17:25:45 +0000
commit35dc1553044517244ed76f5ef6d4372c9bc945e4 (patch)
tree6f02bdbd7f3eec035db56dc822a1ef3fbf1db609 /src/nse/Makefile.am
parenta82715288a52642c49be5ea49b79e3639401c373 (diff)
downloadgnunet-35dc1553044517244ed76f5ef6d4372c9bc945e4.tar.gz
gnunet-35dc1553044517244ed76f5ef6d4372c9bc945e4.zip
nse changes
Diffstat (limited to 'src/nse/Makefile.am')
-rw-r--r--src/nse/Makefile.am22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index a13d6d8b1..0718a9d51 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -23,16 +23,18 @@ libgnunetnse_la_LDFLAGS = \
23 23
24 24
25bin_PROGRAMS = \ 25bin_PROGRAMS = \
26 gnunet-service-nse 26 gnunet-service-nse \
27 27 nse-profiler
28# gnunet_nse_SOURCES = \ 28
29# gnunet-nse.c 29nse_profiler_SOURCES = \
30# gnunet_nse_LDADD = \ 30 nse-profiler.c
31# $(top_builddir)/src/nse/libgnunetnse.la \ 31nse_profiler_LDADD = \
32# $(top_builddir)/src/util/libgnunetutil.la \ 32 $(top_builddir)/src/nse/libgnunetnse.la \
33# $(GN_LIBINTL) 33 $(top_builddir)/src/util/libgnunetutil.la \
34# gnunet_nse_DEPENDENCIES = \ 34 $(top_builddir)/src/testing/libgnunettesting.la
35# libgnunetnse.la 35 $(GN_LIBINTL)
36nse_profiler_DEPENDENCIES = \
37 libgnunetnse.la
36 38
37gnunet_service_nse_SOURCES = \ 39gnunet_service_nse_SOURCES = \
38 gnunet-service-nse.c 40 gnunet-service-nse.c