aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index fe792127f..f149bc5f4 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -85,8 +85,10 @@ test_statistics_api_watch_zero_value_LDADD = \
85 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 85 $(top_builddir)/src/statistics/libgnunetstatistics.la \
86 $(top_builddir)/src/util/libgnunetutil.la 86 $(top_builddir)/src/util/libgnunetutil.la
87 87
88if HAVE_PYTHON
88check_SCRIPTS = \ 89check_SCRIPTS = \
89 test_gnunet_statistics.py 90 test_gnunet_statistics.py
91endif
90 92
91do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 93do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
92 94