aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 11:10:02 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 11:10:02 +0100
commit8000747074b82caeacb0f43710940220d9840d37 (patch)
treeef0f40343a0acf45894e9cfc8bc2d571fa3db8e9 /src/dht/Makefile.am
parentcccdf454e79ab779989876135b964f039c647a10 (diff)
downloadgnunet-8000747074b82caeacb0f43710940220d9840d37.tar.gz
gnunet-8000747074b82caeacb0f43710940220d9840d37.zip
clean up new block logic, avoid direct linkage against blockgroup lib from DHT service
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 4216af400..b95083c85 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -82,7 +82,6 @@ gnunet_service_dht_LDADD = \
82 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 82 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
83 $(top_builddir)/src/hello/libgnunethello.la \ 83 $(top_builddir)/src/hello/libgnunethello.la \
84 $(top_builddir)/src/block/libgnunetblock.la \ 84 $(top_builddir)/src/block/libgnunetblock.la \
85 $(top_builddir)/src/block/libgnunetblockgroup.la \
86 $(top_builddir)/src/datacache/libgnunetdatacache.la \ 85 $(top_builddir)/src/datacache/libgnunetdatacache.la \
87 $(top_builddir)/src/util/libgnunetutil.la \ 86 $(top_builddir)/src/util/libgnunetutil.la \
88 -lm 87 -lm