diff options
author | Mark H Weaver <mhw@netris.org> | 2013-02-11 19:23:20 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-02-12 13:37:25 -0500 |
commit | 58867ae7282ac90234249bacb575daab18e60ba2 (patch) | |
tree | 8a59e7b861954ef14e718f45d1a6373ac85de138 | |
parent | a40f1543c034bad0aae9fef03fcc858a54011925 (diff) |
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.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |