diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-23 19:18:07 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2024-02-23 19:18:07 +0100 |
commit | b4df071fcec052619c408b1e6488fe98b652e9c6 (patch) | |
tree | d1ab7ca5153f0e2c0372b635d5596333e31f1ae5 | |
parent | e756b5d6ef06a51d1683f300a240410182638b91 (diff) | |
download | gnunet-b4df071fcec052619c408b1e6488fe98b652e9c6.tar.gz gnunet-b4df071fcec052619c408b1e6488fe98b652e9c6.zip |
build: ftbfs fix for autotools
-rw-r--r-- | src/service/dht/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/dht/Makefile.am b/src/service/dht/Makefile.am index 91f90afc3..5cc13f030 100644 --- a/src/service/dht/Makefile.am +++ b/src/service/dht/Makefile.am | |||
@@ -47,6 +47,7 @@ gnunet_service_dht_LDADD = \ | |||
47 | $(top_builddir)/src/lib/hello/libgnunethello.la \ | 47 | $(top_builddir)/src/lib/hello/libgnunethello.la \ |
48 | $(top_builddir)/src/lib/block/libgnunetblock.la \ | 48 | $(top_builddir)/src/lib/block/libgnunetblock.la \ |
49 | $(top_builddir)/src/lib/block/libgnunetblockgroup.la \ | 49 | $(top_builddir)/src/lib/block/libgnunetblockgroup.la \ |
50 | $(top_builddir)/src/service/transport/libgnunettransportapplication.la \ | ||
50 | $(top_builddir)/src/service/datacache/libgnunetdatacache.la \ | 51 | $(top_builddir)/src/service/datacache/libgnunetdatacache.la \ |
51 | $(top_builddir)/src/lib/util/libgnunetutil.la \ | 52 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
52 | -lm | 53 | -lm |