aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-07-29 11:08:10 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-07-29 11:08:10 -0400
commit3f0de2c2d3f51bb84748451167b16cba51049896 (patch)
treed360b5b044b0a32d953141362e0b6986a795b4cd /src/dht
parent281e8abbdd96ca5c56fefe98e19f993052fd2a02 (diff)
downloadgnunet-3f0de2c2d3f51bb84748451167b16cba51049896.tar.gz
gnunet-3f0de2c2d3f51bb84748451167b16cba51049896.zip
add dependency lib
* src/dht/Makefile.am (gnunet_dht_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 2182d1c7f..919eca438 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -112,6 +112,7 @@ gnunet_dht_profiler_LDADD = \
112 libgnunetdht.la \ 112 libgnunetdht.la \
113 $(top_builddir)/src/core/libgnunetcore.la \ 113 $(top_builddir)/src/core/libgnunetcore.la \
114 $(top_builddir)/src/util/libgnunetutil.la \ 114 $(top_builddir)/src/util/libgnunetutil.la \
115 $(top_builddir)/src/testing/libgnunettesting.la \
115 $(top_builddir)/src/testbed/libgnunettestbed.la 116 $(top_builddir)/src/testbed/libgnunettestbed.la
116gnunet_dht_profiler_LDFLAGS = \ 117gnunet_dht_profiler_LDFLAGS = \
117 $(GN_LIBINTL) 118 $(GN_LIBINTL)