aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <petsku@petteriraty.eu>2011-04-03 16:42:35 +0300
committerPetteri Räty <petsku@petteriraty.eu>2011-04-03 16:42:35 +0300
commitda99007ae235f6d19c917d1ff79b3a4838b9b61a (patch)
treead5dcb9ad1e47d37f06fa2bdccbf7fff61657b1b /Makefile.am
parentAdd check_JAVA to BUILT_SOURCES (diff)
downloadlibbash-da99007ae235f6d19c917d1ff79b3a4838b9b61a.tar.gz
libbash-da99007ae235f6d19c917d1ff79b3a4838b9b61a.tar.bz2
libbash-da99007ae235f6d19c917d1ff79b3a4838b9b61a.zip
Fix make distcheck
One result file was not declared in Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 43796c3..2da69a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,8 @@ GUNIT_TESTS = bashast/gunit/arith_main.gunit \
EBUILD_LOG_COMPILER = $(srcdir)/test/script_compiler.sh
EBUILD_TESTS = scripts/var_def.ebuild \
scripts/var_expansion.ebuild
-EBUILD_RESULT = scripts/var_def.ebuild.result
+EBUILD_RESULT = scripts/var_def.ebuild.result \
+ scripts/var_expansion.ebuild.result
TESTS = $(GUNIT_TESTS) $(EBUILD_TESTS)
# these get cleaned so only add autogenerated stuff or modify CLEANFILES