aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-22 17:29:01 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-22 17:29:01 +0100
commitca90313490f4233ce9d209abbdcc2d78d16b8326 (patch)
treeae0743a71f00cd744ba2368cb45c9a4f3949752c /src/transport/Makefile.am
parentae82c19b277ae3f5f43379ed6fc384aba4fdea83 (diff)
downloadgnunet-ca90313490f4233ce9d209abbdcc2d78d16b8326.tar.gz
gnunet-ca90313490f4233ce9d209abbdcc2d78d16b8326.zip
add new hello generation support logic to tng
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index deeb39b48..0693a0b9f 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -328,6 +328,8 @@ gnunet_service_tng_SOURCES = \
328 gnunet-service-tng.c 328 gnunet-service-tng.c
329gnunet_service_tng_LDADD = \ 329gnunet_service_tng_LDADD = \
330 $(top_builddir)/src/ats/libgnunetats.la \ 330 $(top_builddir)/src/ats/libgnunetats.la \
331 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
332 $(top_builddir)/src/hello/libgnunethello.la \
331 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 333 $(top_builddir)/src/statistics/libgnunetstatistics.la \
332 $(top_builddir)/src/util/libgnunetutil.la \ 334 $(top_builddir)/src/util/libgnunetutil.la \
333 $(GN_LIBINTL) 335 $(GN_LIBINTL)