aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-13 07:36:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-13 07:36:54 +0000
commit0208a977b07da249d2a849c349b6f70dce62a8a5 (patch)
tree7c1f89da5e5ccdd6af373883e027baf17550e10a /src/testing/Makefile.am
parent228a0e6ffd19ffc8d5550025018529e3f57c2e3e (diff)
downloadgnunet-0208a977b07da249d2a849c349b6f70dce62a8a5.tar.gz
gnunet-0208a977b07da249d2a849c349b6f70dce62a8a5.zip
-LRN: kind of fix for gnunet-testing-run-service for W32
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 7ddc8e857..670b1d2e0 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -37,6 +37,9 @@ gnunet_testing_run_service_LDADD = \
37 $(top_builddir)/src/util/libgnunetutil.la \ 37 $(top_builddir)/src/util/libgnunetutil.la \
38 $(top_builddir)/src/testing/libgnunettesting.la \ 38 $(top_builddir)/src/testing/libgnunettesting.la \
39 $(GN_LIBINTL) 39 $(GN_LIBINTL)
40gnunet_testing_run_service_DEPENDENCIES = \
41 libgnunettesting.la
42
40 43
41check_PROGRAMS = \ 44check_PROGRAMS = \
42 test_testing_portreservation \ 45 test_testing_portreservation \