aboutsummaryrefslogtreecommitdiff
path: root/src/dht
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/dht
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/dht')
-rw-r--r--src/dht/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index a7d22c0ed..a365c5e82 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -7,6 +7,8 @@ plugindir = $(libdir)/gnunet
7 7
8pkgcfgdir= $(pkgdatadir)/config.d/ 8pkgcfgdir= $(pkgdatadir)/config.d/
9 9
10libexecdir= $(pkglibdir)/libexec/
11
10pkgcfg_DATA = \ 12pkgcfg_DATA = \
11 dht.conf 13 dht.conf
12 14
@@ -50,8 +52,10 @@ libgnunet_plugin_block_dht_la_DEPENDENCIES = \
50 52
51 53
52 54
53bin_PROGRAMS = \ 55libexec_PROGRAMS = \
54 gnunet-service-dht \ 56 gnunet-service-dht
57
58noinst_PROGRAMS = \
55 gnunet-dht-monitor \ 59 gnunet-dht-monitor \
56 gnunet-dht-get \ 60 gnunet-dht-get \
57 gnunet-dht-put 61 gnunet-dht-put