aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-20 11:30:40 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-20 11:30:40 +0200
commit67a6bdfb25935801c173baa9fdadde7a202a36ad (patch)
tree1a28e2a23b53a82dc993bfeaa3ef6f8626250f0d /src
parentb26f2bce0710217bf68fd829ba6a652ca09cbfa8 (diff)
downloadgnunet-67a6bdfb25935801c173baa9fdadde7a202a36ad.tar.gz
gnunet-67a6bdfb25935801c173baa9fdadde7a202a36ad.zip
fix ftbfs
Diffstat (limited to 'src')
-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 e05b13702..051c4ebc7 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -181,6 +181,7 @@ libgnunettransporttesting2_la_SOURCES = \
181 transport-testing2.c transport-testing2.h 181 transport-testing2.c transport-testing2.h
182libgnunettransporttesting2_la_LIBADD = \ 182libgnunettransporttesting2_la_LIBADD = \
183 libgnunettransport.la \ 183 libgnunettransport.la \
184 $(top_builddir)/src/hello/libgnunethello.la \
184 $(top_builddir)/src/util/libgnunetutil.la 185 $(top_builddir)/src/util/libgnunetutil.la
185libgnunettransporttesting2_la_LDFLAGS = \ 186libgnunettransporttesting2_la_LDFLAGS = \
186 $(GN_LIB_LDFLAGS) 187 $(GN_LIB_LDFLAGS)