aboutsummaryrefslogtreecommitdiff
path: root/src/service/dht/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-10-20 20:18:18 +0200
committert3sserakt <t3ss@posteo.de>2023-10-20 20:18:18 +0200
commit692fd292fcb8096f7c8260046e53046f41a666d1 (patch)
tree9e67ad32e6cfc99f8bbe424f882688bd48d52373 /src/service/dht/Makefile.am
parent9376034c29f27f7b7baff17c767b0c68e7ced37c (diff)
parent9862fc36d1c97aaed13c8aa17ebadfca420a5943 (diff)
downloadgnunet-692fd292fcb8096f7c8260046e53046f41a666d1.tar.gz
gnunet-692fd292fcb8096f7c8260046e53046f41a666d1.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
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