From 58867ae7282ac90234249bacb575daab18e60ba2 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 11 Feb 2013 19:23:20 -0500 Subject: Add pre-inst-env and test-env to nodist_noinst_SCRIPTS in Makefile.am. * Makefile.am: Add nodist_noinst_SCRIPTS = pre-inst-env test-env. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2528a85d95..3a84812ba6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,10 @@ bin_SCRIPTS = \ guix-package \ guix-gc +nodist_noinst_SCRIPTS = \ + pre-inst-env \ + test-env + MODULES = \ guix/base32.scm \ guix/utils.scm \ -- cgit v1.2.3