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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 2865460fd..f83fa669c 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -285,6 +285,7 @@ gnunet_communicator_tcp_LDADD = \
285gnunet_communicator_udp_SOURCES = \ 285gnunet_communicator_udp_SOURCES = \
286 gnunet-communicator-udp.c 286 gnunet-communicator-udp.c
287gnunet_communicator_udp_LDADD = \ 287gnunet_communicator_udp_LDADD = \
288 libgnunettransportapplication.la \
288 libgnunettransportcommunicator.la \ 289 libgnunettransportcommunicator.la \
289 $(top_builddir)/src/nat/libgnunetnatnew.la \ 290 $(top_builddir)/src/nat/libgnunetnatnew.la \
290 $(top_builddir)/src/nt/libgnunetnt.la \ 291 $(top_builddir)/src/nt/libgnunetnt.la \