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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index f9a9fe19c..721e05d83 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -150,7 +150,9 @@ lib_LTLIBRARIES = \
150 $(TESTING_LIBS) 150 $(TESTING_LIBS)
151 151
152libgnunettransporttesting_la_SOURCES = \ 152libgnunettransporttesting_la_SOURCES = \
153 transport-testing.c transport-testing.h 153 transport-testing.c transport-testing.h \
154 transport-testing-filenames.c \
155 transport-testing-main.c
154libgnunettransporttesting_la_LIBADD = \ 156libgnunettransporttesting_la_LIBADD = \
155 libgnunettransport.la \ 157 libgnunettransport.la \
156 $(top_builddir)/src/hello/libgnunethello.la \ 158 $(top_builddir)/src/hello/libgnunethello.la \