aboutsummaryrefslogtreecommitdiff
path: root/src/gns
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/gns
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/gns')
-rw-r--r--src/gns/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 193d18f8f..038f9f4d3 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -28,6 +28,8 @@ endif
28 28
29pkgcfgdir = $(pkgdatadir)/config.d/ 29pkgcfgdir = $(pkgdatadir)/config.d/
30 30
31libexecdir= $(pkglibdir)/libexec/
32
31plugindir = $(libdir)/gnunet 33plugindir = $(libdir)/gnunet
32 34
33pkgcfg_DATA = \ 35pkgcfg_DATA = \
@@ -47,10 +49,12 @@ if HAVE_GNUTLS
47endif 49endif
48endif 50endif
49 51
52libexec_PROGRAMS = \
53 gnunet-service-gns
54
50bin_PROGRAMS = \ 55bin_PROGRAMS = \
51 gnunet-service-gns \
52 $(DO_FCFSD) \ 56 $(DO_FCFSD) \
53 $(DO_PROXY) \ 57 $(DO_PROXY) \
54 $(DO_W32_HELPER) \ 58 $(DO_W32_HELPER) \
55 $(DO_W32_NSPTOOLS) \ 59 $(DO_W32_NSPTOOLS) \
56 gnunet-gns \ 60 gnunet-gns \