]> git.saurik.com Git - bison.git/blobdiff - src/Makefile.am
Use ASCII for Sebastien Fricker's name.
[bison.git] / src / Makefile.am
index 04e5ead3d2adfe654e102632130bcbc63a4b4763..2592256b803c6c1716f335a1d3b4078d960538a9 100644 (file)
@@ -26,7 +26,7 @@ LDADD = ../lib/libbison.a $(LIBINTL)
 
 # Use our own Bison to build the parser.  Of course, you ought to
 # keep a sane version of Bison nearby...
-YACC = ../tests/bison -y
+YACC = ../tests/bison -y --warnings=all,error
 
 bin_PROGRAMS = bison
 bin_SCRIPTS = $(YACC_SCRIPT)
@@ -65,8 +65,7 @@ bison_SOURCES =                                         \
        system.h                                  \
        tables.h tables.c                         \
        uniqstr.c uniqstr.h                       \
-       vcg.c vcg.h                               \
-       vcg_defaults.h
+       graphviz.c graphviz.h
 
 EXTRA_bison_SOURCES = scan-code.l scan-skel.l scan-gram.l