aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
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)