aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-07-02 09:02:08 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-07-02 09:02:08 +0000
commit76df6221392b5d56fecf7de4ad7d5e2c7cfb3722 (patch)
tree5b918bcb44ec7a52ee402c1cb934f5e2638f9a7c /src/transport/Makefile.am
parenta8ac22b369ad152cc2422b738997768cc1761fc9 (diff)
downloadgnunet-76df6221392b5d56fecf7de4ad7d5e2c7cfb3722.tar.gz
gnunet-76df6221392b5d56fecf7de4ad7d5e2c7cfb3722.zip
- some docu and new testing lib
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 c571364ab..24984a957 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -73,6 +73,7 @@ libgnunettransporttesting_la_LIBADD = \
73 $(top_builddir)/src/transport/libgnunettransport.la \ 73 $(top_builddir)/src/transport/libgnunettransport.la \
74 $(top_builddir)/src/hello/libgnunethello.la \ 74 $(top_builddir)/src/hello/libgnunethello.la \
75 $(top_builddir)/src/util/libgnunetutil.la \ 75 $(top_builddir)/src/util/libgnunetutil.la \
76 $(top_builddir)/src/testing/libgnunettesting.la \
76 $(GN_LIBINTL) 77 $(GN_LIBINTL)
77libgnunettransporttesting_la_DEPENDENCIES = \ 78libgnunettransporttesting_la_DEPENDENCIES = \
78 libgnunettransport.la 79 libgnunettransport.la