From a5a54c51011a9498e72b2a9341b35333c6beef1a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 26 Jan 2019 19:51:30 +0100 Subject: skeleton for TCP communicator --- src/transport/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index ab4ef4bfa..0df3e4e27 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -142,6 +142,7 @@ endif noinst_PROGRAMS = \ gnunet-transport-profiler \ gnunet-communicator-unix \ + gnunet-communicator-tcp \ gnunet-service-tng \ $(WLAN_BIN_SENDER) \ $(WLAN_BIN_RECEIVER) @@ -251,6 +252,14 @@ gnunet_communicator_unix_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la +gnunet_communicator_tcp_SOURCES = \ + gnunet-communicator-tcp.c +gnunet_communicator_tcp_LDADD = \ + libgnunettransportcommunicator.la \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(LIBGCRYPT_LIBS) + gnunet_helper_transport_wlan_SOURCES = \ gnunet-helper-transport-wlan.c -- cgit v1.2.3