aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-29 16:14:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-29 16:14:03 +0000
commitbcbcf005b4864ac5557c31da10521126d8880849 (patch)
tree444cafefb16e1c5a4ba13ce2db07d6ec1f37675e /src/testbed
parent119193d6350bbbd8c6ecbd60ccc8301223d6f6d6 (diff)
downloadgnunet-bcbcf005b4864ac5557c31da10521126d8880849.tar.gz
gnunet-bcbcf005b4864ac5557c31da10521126d8880849.zip
installing all service, daemon and helper binaries to lib/gnunet/libexec/; updating code to run binaries from new location, which is no longer in PATH
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index e37d0ce11..c5f920b39 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -9,13 +9,17 @@ if USE_COVERAGE
9 XLIB = -lgcov 9 XLIB = -lgcov
10endif 10endif
11 11
12libexecdir= $(pkglibdir)/libexec/
13
12pkgcfgdir= $(pkgdatadir)/config.d/ 14pkgcfgdir= $(pkgdatadir)/config.d/
13 15
14pkgcfg_DATA = \ 16pkgcfg_DATA = \
15 testbed.conf 17 testbed.conf
16 18
19libexec_PROGRAMS = \
20 gnunet-service-testbed
21
17bin_PROGRAMS = \ 22bin_PROGRAMS = \
18 gnunet-service-testbed \
19 gnunet-helper-testbed 23 gnunet-helper-testbed
20 24
21noinst_PROGRAMS = \ 25noinst_PROGRAMS = \