aboutsummaryrefslogtreecommitdiff
path: root/src/fs/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/fs/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/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index b4e493d2b..c5dba2d58 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/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 fs.conf 17 fs.conf
16 18
@@ -60,15 +62,17 @@ libgnunetfstest_a_LIBADD = \
60 $(top_builddir)/src/testing/libgnunettesting.la \ 62 $(top_builddir)/src/testing/libgnunettesting.la \
61 $(top_builddir)/src/testbed/libgnunettestbed.la 63 $(top_builddir)/src/testbed/libgnunettestbed.la
62 64
65libexec_PROGRAMS = \
66 gnunet-helper-fs-publish \
67 gnunet-service-fs
68
63bin_PROGRAMS = \ 69bin_PROGRAMS = \
64 gnunet-auto-share \ 70 gnunet-auto-share \
65 gnunet-directory \ 71 gnunet-directory \
66 gnunet-download \ 72 gnunet-download \
67 gnunet-publish \ 73 gnunet-publish \
68 gnunet-helper-fs-publish \
69 gnunet-pseudonym \ 74 gnunet-pseudonym \
70 gnunet-search \ 75 gnunet-search \
71 gnunet-service-fs \
72 gnunet-fs \ 76 gnunet-fs \
73 gnunet-unindex 77 gnunet-unindex
74 78