aboutsummaryrefslogtreecommitdiff
path: root/src/nse/Makefile.am
diff options
context:
space:
mode:
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