summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2013-02-11 19:23:20 -0500
committerMark H Weaver <mhw@netris.org>2013-02-12 13:37:25 -0500
commit58867ae7282ac90234249bacb575daab18e60ba2 (patch)
tree8a59e7b861954ef14e718f45d1a6373ac85de138 /Makefile.am
parenta40f1543c034bad0aae9fef03fcc858a54011925 (diff)
downloadguix-patches-58867ae7282ac90234249bacb575daab18e60ba2.tar
guix-patches-58867ae7282ac90234249bacb575daab18e60ba2.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
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 \