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.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 4694ba2e5..2a217d4f3 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -71,6 +71,13 @@ lib_LTLIBRARIES = \
71 71
72libgnunettransporttesting_la_SOURCES = \ 72libgnunettransporttesting_la_SOURCES = \
73 transport-testing.c 73 transport-testing.c
74libgnunettransporttesting_la_LIBADD = \
75 $(top_builddir)/src/transport/libgnunettransport.la \
76 $(top_builddir)/src/hello/libgnunethello.la \
77 $(top_builddir)/src/util/libgnunetutil.la \
78 $(GN_LIBINTL)
79libgnunettransporttesting_la_DEPENDS = \
80 libgnunettransport.la
74 81
75libgnunettransport_la_SOURCES = \ 82libgnunettransport_la_SOURCES = \
76 transport_api.c transport.h \ 83 transport_api.c transport.h \