From 30e26ce0cee2a9b13f5aa0850be48c14bafb2e87 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 30 Jan 2019 04:21:34 +0100 Subject: get UDP communicator to compile --- src/transport/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 80b7f2252..3de46cf6f 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -143,6 +143,7 @@ noinst_PROGRAMS = \ gnunet-transport-profiler \ gnunet-communicator-unix \ gnunet-communicator-tcp \ + gnunet-communicator-udp \ gnunet-service-tng \ $(WLAN_BIN_SENDER) \ $(WLAN_BIN_RECEIVER) @@ -255,6 +256,16 @@ gnunet_communicator_unix_LDADD = \ gnunet_communicator_tcp_SOURCES = \ gnunet-communicator-tcp.c gnunet_communicator_tcp_LDADD = \ + libgnunettransportcommunicator.la \ + $(top_builddir)/src/nat/libgnunetnatnew.la \ + $(top_builddir)/src/nt/libgnunetnt.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(LIBGCRYPT_LIBS) + +gnunet_communicator_udp_SOURCES = \ + gnunet-communicator-udp.c +gnunet_communicator_udp_LDADD = \ libgnunettransportcommunicator.la \ $(top_builddir)/src/nat/libgnunetnatnew.la \ $(top_builddir)/src/nt/libgnunetnt.la \ -- cgit v1.2.3