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/namestore/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/namestore') diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 17b765707..04dd870b3 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -4,6 +4,8 @@ plugindir = $(libdir)/gnunet pkgcfgdir= $(pkgdatadir)/config.d/ +libexecdir= $(pkglibdir)/libexec/ + pkgcfg_DATA = \ namestore.conf @@ -63,8 +65,10 @@ libgnunetnamestore_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 +libexec_PROGRAMS = \ + gnunet-service-namestore + bin_PROGRAMS = \ - gnunet-service-namestore \ gnunet-namestore -- cgit v1.2.3