vala: fix 'valac' calls for projects with mixed Vala/C
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 27 Feb 2012 20:48:03 +0000 (21:48 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 27 Feb 2012 21:32:34 +0000 (22:32 +0100)
commit51f61dfb1e861062aaa1d73fab71278c85fe0594
tree542aaa8fe1a1473163098d17d3e80df6d0a766e7
parent7d335efe6f874af817c2f29ef85a803d8db8a43a
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'.
automake.in
tests/Makefile.am