summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-27 21:48:03 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-02-27 22:32:34 +0100
commit51f61dfb1e861062aaa1d73fab71278c85fe0594 (patch)
tree542aaa8fe1a1473163098d17d3e80df6d0a766e7 /tests/Makefile.am
parent7d335efe6f874af817c2f29ef85a803d8db8a43a (diff)
downloadautomake-51f61dfb1e861062aaa1d73fab71278c85fe0594.tar.gz
vala: fix 'valac' calls for projects with mixed Vala/C
Fixes automake bug#10894. * automake.in (lang_vala_finish_target): Strip non-vala files from the dependencies of vala stamps, and from the invocation of valac compiler. Related refactorings. * tests/Makefile.am (XFAIL_TESTS): Remove 'vala-mix2.test'.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8fd33f435..eab45dcea 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -30,7 +30,6 @@ pr8365-remake-timing.test \
lex-subobj-nodep.test \
remake-am-pr10111.test \
remake-m4-pr10111.test \
-vala-mix2.test \
txinfo5.test
include $(srcdir)/parallel-tests.am