aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-07 16:28:52 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-07 16:28:52 +0100
commitaf3af9eee2a0e4b2791d8c5f6b60d3eb943a1be2 (patch)
treee4bed0d5a4b0a21b8b721bcb67712f55977369d3 /src/transport/Makefile.am
parentc6bf6b89b5c1556590eadc3d64676d2f023e6da4 (diff)
downloadgnunet-af3af9eee2a0e4b2791d8c5f6b60d3eb943a1be2.tar.gz
gnunet-af3af9eee2a0e4b2791d8c5f6b60d3eb943a1be2.zip
remove dependency on old NAT logic from gnunet-transport
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 57ea18493..8f2df40a1 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -245,7 +245,6 @@ gnunet_transport_SOURCES = \
245 gnunet-transport.c 245 gnunet-transport.c
246gnunet_transport_LDADD = \ 246gnunet_transport_LDADD = \
247 libgnunettransport.la \ 247 libgnunettransport.la \
248 $(top_builddir)/src/nat/libgnunetnat.la \
249 $(top_builddir)/src/hello/libgnunethello.la \ 248 $(top_builddir)/src/hello/libgnunethello.la \
250 $(top_builddir)/src/util/libgnunetutil.la \ 249 $(top_builddir)/src/util/libgnunetutil.la \
251 $(GN_LIBINTL) 250 $(GN_LIBINTL)