aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 19:35:11 +0200
commitddfee3f564bff9c5d5719af3132d7869b8783ec4 (patch)
treee6fd7801fe6808797f3418bf081ab68d5a5ec27b /src/dht/Makefile.am
parent852718c2473e41bc01ada0d53ad93c7da78e6ec8 (diff)
downloadgnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.tar.gz
gnunet-ddfee3f564bff9c5d5719af3132d7869b8783ec4.zip
BUILD: more more components into new structure; ftbfs fix
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 6185d9d2c..8449d4825 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -60,10 +60,10 @@ gnunet_service_dht_SOURCES = \
60 gnunet-service-dht_routing.c gnunet-service-dht_routing.h 60 gnunet-service-dht_routing.c gnunet-service-dht_routing.h
61gnunet_service_dht_LDADD = \ 61gnunet_service_dht_LDADD = \
62 libgnunetdht.la \ 62 libgnunetdht.la \
63 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 63 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \
64 $(top_builddir)/src/service/core/libgnunetcore.la \ 64 $(top_builddir)/src/service/core/libgnunetcore.la \
65 $(top_builddir)/src/nse/libgnunetnse.la \ 65 $(top_builddir)/src/service/nse/libgnunetnse.la \
66 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 66 $(top_builddir)/src/service/peerstore/libgnunetpeerstore.la \
67 $(top_builddir)/src/lib/hello/libgnunethello.la \ 67 $(top_builddir)/src/lib/hello/libgnunethello.la \
68 $(top_builddir)/src/lib/block/libgnunetblock.la \ 68 $(top_builddir)/src/lib/block/libgnunetblock.la \
69 $(top_builddir)/src/lib/block/libgnunetblockgroup.la \ 69 $(top_builddir)/src/lib/block/libgnunetblockgroup.la \
@@ -113,7 +113,7 @@ test_dht_api_SOURCES = \
113 test_dht_api.c 113 test_dht_api.c
114test_dht_api_LDADD = \ 114test_dht_api_LDADD = \
115 $(top_builddir)/src/lib/util/libgnunetutil.la \ 115 $(top_builddir)/src/lib/util/libgnunetutil.la \
116 $(top_builddir)/src/lib/testing/libgnunettesting.la \ 116 $(top_builddir)/src/service/testing/libgnunettesting.la \
117 $(top_builddir)/src/lib/hello/libgnunethello.la \ 117 $(top_builddir)/src/lib/hello/libgnunethello.la \
118 libgnunetdht.la 118 libgnunetdht.la
119 119