aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
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)