aboutsummaryrefslogtreecommitdiff
path: root/src/service/dht/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/dht/Makefile.am')
-rw-r--r--src/service/dht/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/service/dht/Makefile.am b/src/service/dht/Makefile.am
index bf3d26235..53df04faf 100644
--- a/src/service/dht/Makefile.am
+++ b/src/service/dht/Makefile.am
@@ -29,21 +29,6 @@ libgnunetdht_la_LDFLAGS = \
29 -version-info 4:0:0 29 -version-info 4:0:0
30 30
31 31
32plugin_LTLIBRARIES = \
33 libgnunet_plugin_block_dht.la
34
35libgnunet_plugin_block_dht_la_SOURCES = \
36 plugin_block_dht.c
37libgnunet_plugin_block_dht_la_LIBADD = \
38 $(top_builddir)/src/lib/hello/libgnunethello.la \
39 $(top_builddir)/src/lib/block/libgnunetblock.la \
40 $(top_builddir)/src/lib/block/libgnunetblockgroup.la \
41 $(top_builddir)/src/lib/util/libgnunetutil.la \
42 $(LTLIBINTL)
43libgnunet_plugin_block_dht_la_LDFLAGS = \
44 $(GN_PLUGIN_LDFLAGS)
45
46
47libexec_PROGRAMS = \ 32libexec_PROGRAMS = \
48 gnunet-service-dht 33 gnunet-service-dht
49 34