From 06f7d2c1e3bf27195f7c9786de83d1335f3fe4fc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 16 Apr 2010 15:59:42 +0000 Subject: [PATCH] more --- src/fs/Makefile.am | 3 ++- src/statistics/Makefile.am | 8 +++++--- 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 = \ test_gnunet_fs_ns_data.conf \ test_gnunet_fs_psd_data.conf \ test_gnunet_fs_rec_data.conf \ - test_gnunet_fs_rec_data.tgz + test_gnunet_fs_rec_data.tgz \ + $(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 = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la -EXTRA_DIST = \ - test_statistics_api_data.conf - check_SCRIPTS = \ test_gnunet_statistics.sh +EXTRA_DIST = \ + test_statistics_api_data.conf \ + $(check_SCRIPTS) + + -- 2.25.1