aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
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/datastore/Makefile.am
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/datastore/Makefile.am')
-rw-r--r--src/datastore/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 4000e9981..1b17fd3ed 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/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 datastore.conf 10 datastore.conf
9 11
@@ -31,7 +33,7 @@ libgnunetdatastore_la_LDFLAGS = \
31 -version-info 1:0:0 33 -version-info 1:0:0
32 34
33 35
34bin_PROGRAMS = \ 36libexec_PROGRAMS = \
35 gnunet-service-datastore 37 gnunet-service-datastore
36 38
37gnunet_service_datastore_SOURCES = \ 39gnunet_service_datastore_SOURCES = \