aboutsummaryrefslogtreecommitdiff
path: root/src/core/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/core/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/core/Makefile.am')
-rw-r--r--src/core/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 4aa7a7c73..3091249f8 100644
--- a/src/core/Makefile.am
+++ b/src/core/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
5pkgcfg_DATA = \ 7pkgcfg_DATA = \
6 core.conf 8 core.conf
7 9
@@ -30,8 +32,10 @@ libgnunetcore_la_LDFLAGS = \
30 -version-info 0:0:0 32 -version-info 0:0:0
31 33
32 34
35libexec_PROGRAMS = \
36 gnunet-service-core
37
33bin_PROGRAMS = \ 38bin_PROGRAMS = \
34 gnunet-service-core \
35 gnunet-core 39 gnunet-core
36 40
37gnunet_service_core_SOURCES = \ 41gnunet_service_core_SOURCES = \