aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-28 12:43:09 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-28 12:43:09 +0100
commit07533eec5c7b1637374ea1496595918861ac8b6d (patch)
treefe97a71907b96fe28c477526901895f9eaffcc87 /src/transport/Makefile.am
parentcadf559899f7dfaf24ed27cab923414058f207b3 (diff)
downloadgnunet-07533eec5c7b1637374ea1496595918861ac8b6d.tar.gz
gnunet-07533eec5c7b1637374ea1496595918861ac8b6d.zip
more work on TCP communicator, almost there
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 0df3e4e27..ead9beeec 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -256,6 +256,7 @@ gnunet_communicator_tcp_SOURCES = \
256 gnunet-communicator-tcp.c 256 gnunet-communicator-tcp.c
257gnunet_communicator_tcp_LDADD = \ 257gnunet_communicator_tcp_LDADD = \
258 libgnunettransportcommunicator.la \ 258 libgnunettransportcommunicator.la \
259 $(top_builddir)/src/nat/libgnunetnatnew.la \
259 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 260 $(top_builddir)/src/statistics/libgnunetstatistics.la \
260 $(top_builddir)/src/util/libgnunetutil.la \ 261 $(top_builddir)/src/util/libgnunetutil.la \
261 $(LIBGCRYPT_LIBS) 262 $(LIBGCRYPT_LIBS)