aboutsummaryrefslogtreecommitdiff
path: root/src/template
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/template
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/template')
-rw-r--r--src/template/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index 1769191e7..d1f87c8d8 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -2,6 +2,8 @@ INCLUDES = -I$(top_srcdir)/src/include
2 2
3pkgcfgdir= $(pkgdatadir)/config.d/ 3pkgcfgdir= $(pkgdatadir)/config.d/
4 4
5libexecdir= $(pkglibdir)/libexec/
6
5dist_pkgcfg_DATA = \ 7dist_pkgcfg_DATA = \
6 template.conf 8 template.conf
7 9
@@ -14,7 +16,9 @@ if USE_COVERAGE
14endif 16endif
15 17
16bin_PROGRAMS = \ 18bin_PROGRAMS = \
17 gnunet-template \ 19 gnunet-template
20
21libexec_PROGRAMS = \
18 gnunet-service-template 22 gnunet-service-template
19 23
20gnunet_template_SOURCES = \ 24gnunet_template_SOURCES = \