summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-12-29 00:17:27 +0100
committerMathieu Lirzin <mthl@gnu.org>2016-12-29 12:00:18 +0100
commit4ac708b0f6c29c22b6759ac546db8c9a289bd38d (patch)
tree759b28b46fcc9a2b5d30c3ee2dc2c81aa4d376e7 /Makefile.am
parentb32791d4bdfd910facdadb7a4451d07f2d6b2f88 (diff)
downloadcuirass-4ac708b0f6c29c22b6759ac546db8c9a289bd38d.tar
cuirass-4ac708b0f6c29c22b6759ac546db8c9a289bd38d.tar.gz
build: Do not require "build-aux/guix.scm".
When building Cuirass with 'guix build -f build-aux/guix.scm' we don't want to add "build-aux/guix.scm" in the repository snapshot since it is considered as metadata. As a consequence we can't make 'autoconf' require it. * configure.ac (AC_REQUIRE_AUX_FILE): Remove "build-aux/guix.scm". * Makefile.am (EXTRA_DIST): Only distribute it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c5eebde..54c1092 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,7 @@ EXTRA_DIST = \
bin/cuirass.in \
bin/evaluate.in \
bootstrap \
+ build-aux/guix.scm \
src/cuirass/config.scm.in \
$(TESTS)