aboutsummaryrefslogtreecommitdiff
path: root/src/pt/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/pt/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/pt/Makefile.am')
-rw-r--r--src/pt/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 3c71d6d76..b9a8e497c 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -10,13 +10,15 @@ endif
10 10
11pkgcfgdir= $(pkgdatadir)/config.d/ 11pkgcfgdir= $(pkgdatadir)/config.d/
12 12
13libexecdir= $(pkglibdir)/libexec/
14
13plugindir = $(libdir)/gnunet 15plugindir = $(libdir)/gnunet
14 16
15dist_pkgcfg_DATA = \ 17dist_pkgcfg_DATA = \
16 pt.conf 18 pt.conf
17 19
18bin_PROGRAMS = \ 20libexec_PROGRAMS = \
19 gnunet-daemon-pt $(PTBIN) 21 gnunet-daemon-pt
20 22
21gnunet_daemon_pt_SOURCES = \ 23gnunet_daemon_pt_SOURCES = \
22 gnunet-daemon-pt.c 24 gnunet-daemon-pt.c