aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-14 12:03:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-14 12:03:00 +0000
commite51680451bf6f8fcdfb7bccecee3764f57e1c125 (patch)
tree22eb2e4cdd4d6f01c5fc7b8e71a158e38682631f /src/testbed
parent29c1b1d7352173e3ef9f5d4f3ee1c97bb30c9d4d (diff)
downloadgnunet-e51680451bf6f8fcdfb7bccecee3764f57e1c125.tar.gz
gnunet-e51680451bf6f8fcdfb7bccecee3764f57e1c125.zip
-LRN: fix testbed dependency
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index cfd182c34..935109892 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -23,6 +23,8 @@ gnunet_service_testbed_LDADD = $(XLIB) \
23 $(top_builddir)/src/util/libgnunetutil.la \ 23 $(top_builddir)/src/util/libgnunetutil.la \
24 $(top_builddir)/src/testbed/libgnunettestbed.la \ 24 $(top_builddir)/src/testbed/libgnunettestbed.la \
25 $(LTLIBINTL) 25 $(LTLIBINTL)
26gnunet_service_testbed_DEPENDENCIES = \
27 libgnunettestbed.la
26 28
27dist_pkgcfg_DATA = \ 29dist_pkgcfg_DATA = \
28 testbed.conf 30 testbed.conf