aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-02 16:06:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-02 16:06:40 +0000
commitaf9df9439a20eefad75ceddfe063d92b57dad1cf (patch)
tree444ce4a5f414163e60f471512ca23c5e1d299ab3 /src/transport/Makefile.am
parent15f237e6a41323f4b27ce6b247ed69a0282bd09f (diff)
downloadgnunet-af9df9439a20eefad75ceddfe063d92b57dad1cf.tar.gz
gnunet-af9df9439a20eefad75ceddfe063d92b57dad1cf.zip
implementing transport test / #1807
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 06bea95ba..110b43cdf 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -129,6 +129,7 @@ gnunet_transport_SOURCES = \
129 gnunet-transport.c 129 gnunet-transport.c
130gnunet_transport_LDADD = \ 130gnunet_transport_LDADD = \
131 $(top_builddir)/src/transport/libgnunettransport.la \ 131 $(top_builddir)/src/transport/libgnunettransport.la \
132 $(top_builddir)/src/nat/libgnunetnat.la \
132 $(top_builddir)/src/util/libgnunetutil.la \ 133 $(top_builddir)/src/util/libgnunetutil.la \
133 $(GN_LIBINTL) 134 $(GN_LIBINTL)
134gnunet_transport_DEPENDENCIES = \ 135gnunet_transport_DEPENDENCIES = \