aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/Makefile.am3
-rw-r--r--src/statistics/Makefile.am8
2 files changed, 7 insertions, 4 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index cd7231ceb..e1b85092a 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -266,4 +266,5 @@ EXTRA_DIST = \
266 test_gnunet_fs_ns_data.conf \ 266 test_gnunet_fs_ns_data.conf \
267 test_gnunet_fs_psd_data.conf \ 267 test_gnunet_fs_psd_data.conf \
268 test_gnunet_fs_rec_data.conf \ 268 test_gnunet_fs_rec_data.conf \
269 test_gnunet_fs_rec_data.tgz 269 test_gnunet_fs_rec_data.tgz \
270 $(check_SCRIPTS)
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