aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-16 17:13:42 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-16 17:13:42 +0100
commitd37218d0b13292b78fcfc08d2903d6e415da0236 (patch)
treef9f354e6859b9868859cf421acbf747d8351ee7b /src/transport/Makefile.am
parent18784b77764c56842ae59428f3ebea95c157ffab (diff)
downloadgnunet-d37218d0b13292b78fcfc08d2903d6e415da0236.tar.gz
gnunet-d37218d0b13292b78fcfc08d2903d6e415da0236.zip
more work on tng
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index da79773be..ab4ef4bfa 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -328,7 +328,7 @@ gnunet_service_transport_CFLAGS = \
328gnunet_service_tng_SOURCES = \ 328gnunet_service_tng_SOURCES = \
329 gnunet-service-tng.c 329 gnunet-service-tng.c
330gnunet_service_tng_LDADD = \ 330gnunet_service_tng_LDADD = \
331 $(top_builddir)/src/ats/libgnunetats.la \ 331 $(top_builddir)/src/ats/libgnunetatstransport.la \
332 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 332 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
333 $(top_builddir)/src/hello/libgnunethello.la \ 333 $(top_builddir)/src/hello/libgnunethello.la \
334 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 334 $(top_builddir)/src/statistics/libgnunetstatistics.la \