We need to list the actual source file for the YACC file, not one of its
generated files, otherwise automake does not know then how to build it
from source when the generated files are not present.
---
wmlscript/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmlscript/Makefile.am b/wmlscript/Makefile.am
index 1c3f78a2..c76811bf 100644
--- a/wmlscript/Makefile.am
+++ b/wmlscript/Makefile.am
@@ -46,7 +46,7 @@ libwmlscript_la_SOURCES = \
wsencode.c \
wserror.c \
wsfalloc.c \
- wsgram.c \
+ wsgram.y \
wshash.c \
wsieee754.c \
wslexer.c \
--
2.43.0