Fix automake vala hacks to avoid redundant calls to valac
authorPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 17 Nov 2009 13:47:02 +0000 (14:47 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 17 Nov 2009 21:32:46 +0000 (22:32 +0100)
commitbff097923812d3cce699cd5f99bc5ebaac3d4fea
tree3d48635e3bba33fbb6ebf6bcf8be48d47aa68acb
parentd93a9bdeb09e817d347d076be1102af1e4bde010
Fix automake vala hacks to avoid redundant calls to valac

Previously, valac would be invoked for each .c source file. Now it's only
called once (for the main .vala file, creating all .c files in the process).
Makefile.am