aboutsummaryrefslogtreecommitdiff
path: root/src/dhtu/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-22 22:41:52 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-22 22:41:52 +0200
commitb2cf59bdd77a76cdbeade6e948ca39e1085def35 (patch)
treeb7f3d15fffaae8d6c48753331c034a6aae406bda /src/dhtu/Makefile.am
parent369f0a0e879017b0656cd42abd95f4ac58720789 (diff)
downloadgnunet-b2cf59bdd77a76cdbeade6e948ca39e1085def35.tar.gz
gnunet-b2cf59bdd77a76cdbeade6e948ca39e1085def35.zip
-finish first draft implementation of dhtu over GNUnet (old, not TNG)
Diffstat (limited to 'src/dhtu/Makefile.am')
-rw-r--r--src/dhtu/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am
index 67810e8cc..33c31dd6c 100644
--- a/src/dhtu/Makefile.am
+++ b/src/dhtu/Makefile.am
@@ -30,6 +30,9 @@ libgnunet_plugin_dhtu_gnunet_la_SOURCES = \
30libgnunet_plugin_dhtu_gnunet_la_LIBADD = \ 30libgnunet_plugin_dhtu_gnunet_la_LIBADD = \
31 $(top_builddir)/src/ats/libgnunetats.la \ 31 $(top_builddir)/src/ats/libgnunetats.la \
32 $(top_builddir)/src/core/libgnunetcore.la \ 32 $(top_builddir)/src/core/libgnunetcore.la \
33 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
34 $(top_builddir)/src/transport/libgnunettransport.la \
35 $(top_builddir)/src/hello/libgnunethello.la \
33 $(top_builddir)/src/nse/libgnunetnse.la \ 36 $(top_builddir)/src/nse/libgnunetnse.la \
34 $(top_builddir)/src/util/libgnunetutil.la \ 37 $(top_builddir)/src/util/libgnunetutil.la \
35 $(XLIBS) \ 38 $(XLIBS) \