diff options
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. |