aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-06 22:39:05 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-06 22:39:05 +0000
commit014c0a8f67696d36bf27af70537a6a71abaa1653 (patch)
tree1d04e78eb5a220d9fd33e38ae5afe28240b7ee0e /src/testbed
parent892ea474164020cbc2efd4fbd2b00fd00ae54e1a (diff)
downloadgnunet-014c0a8f67696d36bf27af70537a6a71abaa1653.tar.gz
gnunet-014c0a8f67696d36bf27af70537a6a71abaa1653.zip
fix #4703
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 16fe27fc0..e9b667b6c 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -104,7 +104,7 @@ libgnunettestbed_la_SOURCES = \
104 testbed_api_test.c \ 104 testbed_api_test.c \
105 testbed_api_topology.c testbed_api_topology.h \ 105 testbed_api_topology.c testbed_api_topology.h \
106 testbed_api_sd.c testbed_api_sd.h \ 106 testbed_api_sd.c testbed_api_sd.h \
107 testbed_api_barriers.c testbed_api_barriers.h 107 testbed_api_barriers.c
108libgnunettestbed_la_LIBADD = $(XLIB) \ 108libgnunettestbed_la_LIBADD = $(XLIB) \
109 $(top_builddir)/src/core/libgnunetcore.la \ 109 $(top_builddir)/src/core/libgnunetcore.la \
110 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 110 $(top_builddir)/src/statistics/libgnunetstatistics.la \