aboutsummaryrefslogtreecommitdiff
path: root/src/topology
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/topology
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/topology')
-rw-r--r--src/topology/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 91c21da12..91a5384f7 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -6,11 +6,13 @@ endif
6 6
7pkgcfgdir= $(pkgdatadir)/config.d/ 7pkgcfgdir= $(pkgdatadir)/config.d/
8 8
9libexecdir= $(pkglibdir)/libexec/
10
9dist_pkgcfg_DATA = \ 11dist_pkgcfg_DATA = \
10 topology.conf 12 topology.conf
11 13
12 14
13bin_PROGRAMS = \ 15libexec_PROGRAMS = \
14 gnunet-daemon-topology 16 gnunet-daemon-topology
15 17
16gnunet_daemon_topology_SOURCES = \ 18gnunet_daemon_topology_SOURCES = \