From: Christian Grothoff Date: Fri, 16 Apr 2010 15:59:42 +0000 (+0000) Subject: more X-Git-Tag: initial-import-from-subversion-38251~22128 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=06f7d2c1e3bf27195f7c9786de83d1335f3fe4fc;p=oweals%2Fgnunet.git more --- 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) + +