aboutsummaryrefslogtreecommitdiff
path: root/src/nse
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/nse
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/nse')
-rw-r--r--src/nse/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 2c5ed855f..a67ffeaf8 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -11,6 +11,8 @@ endif
11 11
12pkgcfgdir= $(pkgdatadir)/config.d/ 12pkgcfgdir= $(pkgdatadir)/config.d/
13 13
14libexecdir= $(pkglibdir)/libexec/
15
14pkgcfg_DATA = \ 16pkgcfg_DATA = \
15 nse.conf 17 nse.conf
16 18
@@ -27,7 +29,7 @@ libgnunetnse_la_LDFLAGS = \
27 -version-info 0:0:0 29 -version-info 0:0:0
28 30
29 31
30bin_PROGRAMS = \ 32libexec_PROGRAMS = \
31 gnunet-service-nse 33 gnunet-service-nse
32 34
33noinst_PROGRAMS = \ 35noinst_PROGRAMS = \