aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 62b49af78..62a8fb640 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -102,7 +102,8 @@ libgnunettestbed_la_SOURCES = \
102 testbed_api_test.c \ 102 testbed_api_test.c \
103 testbed_api_topology.c testbed_api_topology.h \ 103 testbed_api_topology.c testbed_api_topology.h \
104 testbed_api_sd.c testbed_api_sd.h \ 104 testbed_api_sd.c testbed_api_sd.h \
105 testbed_api_barriers.c 105 testbed_api_barriers.c \
106 testbed_api_underlay.c
106libgnunettestbed_la_LIBADD = $(XLIB) \ 107libgnunettestbed_la_LIBADD = $(XLIB) \
107 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 108 $(top_builddir)/src/statistics/libgnunetstatistics.la \
108 $(top_builddir)/src/transport/libgnunettransport.la \ 109 $(top_builddir)/src/transport/libgnunettransport.la \