aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-07 15:46:30 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-07 15:46:30 +0100
commitb0ab600ddc91843c7dbab894cd56ad006be30ed5 (patch)
tree354f97499a51d4fe1203287d76985eeeeadc3c2c /src/transport/Makefile.am
parent0d271e8c1e5014989326b9f84b025c08552df95a (diff)
downloadgnunet-b0ab600ddc91843c7dbab894cd56ad006be30ed5.tar.gz
gnunet-b0ab600ddc91843c7dbab894cd56ad006be30ed5.zip
migrate TCP plugin to new NAT logic
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 99ed900c5..fea58b67a 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -299,7 +299,7 @@ libgnunet_plugin_transport_tcp_la_LIBADD = \
299 $(top_builddir)/src/hello/libgnunethello.la \ 299 $(top_builddir)/src/hello/libgnunethello.la \
300 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 300 $(top_builddir)/src/statistics/libgnunetstatistics.la \
301 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 301 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
302 $(top_builddir)/src/nat/libgnunetnat.la \ 302 $(top_builddir)/src/nat/libgnunetnatnew.la \
303 $(top_builddir)/src/util/libgnunetutil.la \ 303 $(top_builddir)/src/util/libgnunetutil.la \
304 $(LTLIBINTL) 304 $(LTLIBINTL)
305libgnunet_plugin_transport_tcp_la_LDFLAGS = \ 305libgnunet_plugin_transport_tcp_la_LDFLAGS = \