aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:01:07 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:01:07 +0200
commitcc90a65e1a562889778d748c129bff2920e3dd21 (patch)
treee7571f96719cebf325e5490a85c865c10efbe536 /src/dht/Makefile.am
parent00407f6a36880fda570604cf4e64858bb08a025b (diff)
downloadgnunet-cc90a65e1a562889778d748c129bff2920e3dd21.tar.gz
gnunet-cc90a65e1a562889778d748c129bff2920e3dd21.zip
BUILD: Move testing to lib
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 1e3a5f8f8..dfc0d2bbf 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -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/testing/libgnunettesting.la \ 116 $(top_builddir)/src/lib/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