From 02754a5e5206b5a072686f395a548a5ef06df5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 17 Nov 2014 17:52:40 +0100 Subject: [PATCH] build: Add guix/tests.scm to the distribution. * Makefile.am (noinst_DATA): Rename to... (dist_noinst_DATA): ... this. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.