aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-23 13:23:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-23 13:23:40 +0000
commit47431a0d4a7805e937d9b56c005ab5a74ca319f0 (patch)
tree367cd27f0014b2994b9df72e1866f40fd5382c9a /src/transport/Makefile.am
parent93e31ff7e29d8a569b81e81133407c61ec1c839c (diff)
downloadgnunet-47431a0d4a7805e937d9b56c005ab5a74ca319f0.tar.gz
gnunet-47431a0d4a7805e937d9b56c005ab5a74ca319f0.zip
-fix linkage
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 8418c92a2..53dba8dbe 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -125,6 +125,7 @@ gnunet_transport_SOURCES = \
125gnunet_transport_LDADD = \ 125gnunet_transport_LDADD = \
126 $(top_builddir)/src/transport/libgnunettransport.la \ 126 $(top_builddir)/src/transport/libgnunettransport.la \
127 $(top_builddir)/src/nat/libgnunetnat.la \ 127 $(top_builddir)/src/nat/libgnunetnat.la \
128 $(top_builddir)/src/hello/libgnunethello.la \
128 $(top_builddir)/src/util/libgnunetutil.la \ 129 $(top_builddir)/src/util/libgnunetutil.la \
129 $(GN_LIBINTL) 130 $(GN_LIBINTL)
130gnunet_transport_DEPENDENCIES = \ 131gnunet_transport_DEPENDENCIES = \