aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
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/namestore
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/namestore')
-rw-r--r--src/namestore/Makefile.am6
1 files changed, 5 insertions, 1 deletions
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
4 4
5pkgcfgdir= $(pkgdatadir)/config.d/ 5pkgcfgdir= $(pkgdatadir)/config.d/
6 6
7libexecdir= $(pkglibdir)/libexec/
8
7pkgcfg_DATA = \ 9pkgcfg_DATA = \
8 namestore.conf 10 namestore.conf
9 11
@@ -63,8 +65,10 @@ libgnunetnamestore_la_LDFLAGS = \
63 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 65 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
64 -version-info 0:0:0 66 -version-info 0:0:0
65 67
68libexec_PROGRAMS = \
69 gnunet-service-namestore
70
66bin_PROGRAMS = \ 71bin_PROGRAMS = \
67 gnunet-service-namestore \
68 gnunet-namestore 72 gnunet-namestore
69 73
70 74