aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/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/statistics/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/statistics/Makefile.am')
-rw-r--r--src/statistics/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 5485a9c18..f4d0c3b99 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/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 statistics.conf 17 statistics.conf
16 18
@@ -25,10 +27,11 @@ libgnunetstatistics_la_LDFLAGS = \
25 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 27 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
26 -version-info 1:1:1 28 -version-info 1:1:1
27 29
30libexec_PROGRAMS = \
31 gnunet-service-statistics
28 32
29bin_PROGRAMS = \ 33bin_PROGRAMS = \
30 gnunet-statistics \ 34 gnunet-statistics
31 gnunet-service-statistics
32 35
33gnunet_statistics_SOURCES = \ 36gnunet_statistics_SOURCES = \
34 gnunet-statistics.c 37 gnunet-statistics.c