Hello,
I ran into the issue/bug of having source files in my project that are
not supposed to be handled by the valac compiler but Automake tries to
pass them anyway. The attached patch now generates rules per file to
compile .vala to .c. I think that some of the output rules can be
moved to vala
diff --git a/doc/automake.texi b/doc/automake.texi
index 9f5b3bd..03f6d8f 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -6912,7 +6912,7 @@ script is distributed in its final, installable form, the
dist_bin_SCRIPTS = my_script
@end example
-Script are not distributed by default; as w
Hello Ralf.
Ping ping on this? It seemed to me that you accepted the original
patch, but I can't see it pushed in the Automake public git repos yet.
Do you want me to apply it? If yes, should I apply it to maint, then
merge maint to master, then push? I.e. is the following correct?
$ cd ~/