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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 201b4c1ff..a9837daf5 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -101,6 +101,7 @@ gnunet_cmds_helper_SOURCES = \
101gnunet_cmds_helper_LDADD = $(XLIB) \ 101gnunet_cmds_helper_LDADD = $(XLIB) \
102 $(top_builddir)/src/util/libgnunetutil.la \ 102 $(top_builddir)/src/util/libgnunetutil.la \
103 $(top_builddir)/src/testing/libgnunettesting.la \ 103 $(top_builddir)/src/testing/libgnunettesting.la \
104 $(top_builddir)/src/transport/libgnunettransport.la \
104 libgnunettestbed.la \ 105 libgnunettestbed.la \
105 $(LTLIBINTL) $(Z_LIBS) 106 $(LTLIBINTL) $(Z_LIBS)
106 107