aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-16 15:59:42 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-16 15:59:42 +0000
commit06f7d2c1e3bf27195f7c9786de83d1335f3fe4fc (patch)
tree4163fdbd3e70a4b659468d50fef1067cdad8ccbe /src/statistics
parent28115ddf012cb57b6c7e76cf5d48ef640caf73b2 (diff)
downloadgnunet-06f7d2c1e3bf27195f7c9786de83d1335f3fe4fc.tar.gz
gnunet-06f7d2c1e3bf27195f7c9786de83d1335f3fe4fc.zip
more
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 9bc4327af..4a924c5b5 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -52,9 +52,11 @@ test_statistics_api_LDADD = \
52 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 52 $(top_builddir)/src/statistics/libgnunetstatistics.la \
53 $(top_builddir)/src/util/libgnunetutil.la 53 $(top_builddir)/src/util/libgnunetutil.la
54 54
55EXTRA_DIST = \
56 test_statistics_api_data.conf
57
58check_SCRIPTS = \ 55check_SCRIPTS = \
59 test_gnunet_statistics.sh 56 test_gnunet_statistics.sh
60 57
58EXTRA_DIST = \
59 test_statistics_api_data.conf \
60 $(check_SCRIPTS)
61
62