aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
commite3dca1bf40ac8d8a884c261045ad1e9cade49a15 (patch)
tree9db4cf6a2dcf5716d2d1548cab0d0d9922443c6a /src/statistics
parent8f4f36517e4220ca5539008cd19cb3b9a40f6499 (diff)
downloadgnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.tar.gz
gnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.zip
fixes to build
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 0e2e4d727..6a276dbd5 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -45,7 +45,9 @@ check_PROGRAMS = \
45 test_statistics_api \ 45 test_statistics_api \
46 test_statistics_api_loop 46 test_statistics_api_loop
47 47
48if !DISABLE_TEST_RUN
48TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 49TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
50endif
49 51
50test_statistics_api_SOURCES = \ 52test_statistics_api_SOURCES = \
51 test_statistics_api.c 53 test_statistics_api.c