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.
This commit is contained in:
Mark H Weaver 2013-02-11 19:23:20 -05:00
parent a40f1543c0
commit 58867ae728
1 changed files with 4 additions and 0 deletions

View File

@ -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 \