From bcbcf005b4864ac5557c31da10521126d8880849 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 29 Oct 2012 16:14:03 +0000 Subject: 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 --- src/testbed/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/testbed') 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 XLIB = -lgcov endif +libexecdir= $(pkglibdir)/libexec/ + pkgcfgdir= $(pkgdatadir)/config.d/ pkgcfg_DATA = \ testbed.conf +libexec_PROGRAMS = \ + gnunet-service-testbed + bin_PROGRAMS = \ - gnunet-service-testbed \ gnunet-helper-testbed noinst_PROGRAMS = \ -- cgit v1.2.3