aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-24 16:17:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-24 16:17:18 +0000
commit048dbb97f03a8467f7d444bf4533abd4cbd89b09 (patch)
treed8dbb4cb7f5e67880280bdf55f0a26981dc9a25b /src/transport/Makefile.am
parentc6fe079ca7000f7cd1fe6978d891f4d75b9f44ba (diff)
downloadgnunet-048dbb97f03a8467f7d444bf4533abd4cbd89b09.tar.gz
gnunet-048dbb97f03a8467f7d444bf4533abd4cbd89b09.zip
adding UPnP/PMP library calls/support to TCP transport
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 dc1eebfbb..313d94854 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -117,6 +117,7 @@ libgnunet_plugin_transport_tcp_la_LIBADD = \
117 $(top_builddir)/src/hello/libgnunethello.la \ 117 $(top_builddir)/src/hello/libgnunethello.la \
118 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 118 $(top_builddir)/src/statistics/libgnunetstatistics.la \
119 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 119 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
120 $(top_builddir)/src/nat/libgnunetnat.la \
120 $(top_builddir)/src/util/libgnunetutil.la 121 $(top_builddir)/src/util/libgnunetutil.la
121libgnunet_plugin_transport_tcp_la_LDFLAGS = \ 122libgnunet_plugin_transport_tcp_la_LDFLAGS = \
122 $(GN_PLUGIN_LDFLAGS) 123 $(GN_PLUGIN_LDFLAGS)