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.
1 files changed, 4 insertions(+), 0 deletions(-) M Makefile.am
M Makefile.am => Makefile.am +4 -0
@@ 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 \