diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-17 17:52:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-17 18:58:38 +0100 |
commit | 02754a5e5206b5a072686f395a548a5ef06df5d8 (patch) | |
tree | 29f25fe70c4ad1d2088f7d4c700cc8701a19a011 /Makefile.am | |
parent | 6e206ac7884f59ccda19c7edba8957f4c7bb5a88 (diff) | |
download | guix-02754a5e5206b5a072686f395a548a5ef06df5d8.tar guix-02754a5e5206b5a072686f395a548a5ef06df5d8.tar.gz |
build: Add guix/tests.scm to the distribution.
* Makefile.am (noinst_DATA): Rename to...
(dist_noinst_DATA): ... this.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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. |