aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-02 18:08:27 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-02 18:08:27 +0200
commit2b3d804abaff87da0b07f8f6da115a05f6664ebe (patch)
treedc55ff2e1e7d1a7509a3b07445f36150d39092a7 /src/testbed
parentc8215b961dc755410b5bc7312de33d90abe2c0dd (diff)
downloadgnunet-2b3d804abaff87da0b07f8f6da115a05f6664ebe.tar.gz
gnunet-2b3d804abaff87da0b07f8f6da115a05f6664ebe.zip
fix misc linker issues
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 61cfba2ff..94b981eee 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -106,7 +106,6 @@ libgnunettestbed_la_SOURCES = \
106 testbed_api_sd.c testbed_api_sd.h \ 106 testbed_api_sd.c testbed_api_sd.h \
107 testbed_api_barriers.c 107 testbed_api_barriers.c
108libgnunettestbed_la_LIBADD = $(XLIB) \ 108libgnunettestbed_la_LIBADD = $(XLIB) \
109 $(top_builddir)/src/core/libgnunetcore.la \
110 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 109 $(top_builddir)/src/statistics/libgnunetstatistics.la \
111 $(top_builddir)/src/transport/libgnunettransport.la \ 110 $(top_builddir)/src/transport/libgnunettransport.la \
112 $(top_builddir)/src/hello/libgnunethello.la \ 111 $(top_builddir)/src/hello/libgnunethello.la \