summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-17 17:52:40 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-17 18:58:38 +0100
commit02754a5e5206b5a072686f395a548a5ef06df5d8 (patch)
tree29f25fe70c4ad1d2088f7d4c700cc8701a19a011
parent6e206ac7884f59ccda19c7edba8957f4c7bb5a88 (diff)
build: Add guix/tests.scm to the distribution.
* Makefile.am (noinst_DATA): Rename to... (dist_noinst_DATA): ... this.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c4ce90f89..075726d309 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -108,7 +108,7 @@ MODULES += \
endif BUILD_DAEMON_OFFLOAD
# Internal module with test suite support.
-noinst_DATA = guix/tests.scm
+dist_noinst_DATA = guix/tests.scm
# Because of the autoload hack in (guix build download), we must build it
# first to avoid errors on systems where (gnutls) is unavailable.