X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3519ec76a359c6236e4f043982c6a6433b04eac5..8e03724b11043943af86cb8213d90ce7a87f6e22:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 99e0c890..53475eb9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ LDADD = @INTLLIBS@ ../lib/libbison.a bin_PROGRAMS = bison -bison_SOURCES = LR0.c allocate.c closure.c complain.c conflicts.c \ +bison_SOURCES = LR0.c closure.c complain.c conflicts.c \ derives.c \ files.c getargs.c gram.c lalr.c lex.c main.c nullable.c \ output.c \ @@ -18,11 +18,11 @@ bison_SOURCES = LR0.c allocate.c closure.c complain.c conflicts.c \ EXTRA_bison_SOURCES = vmsgetargs.c -noinst_HEADERS = alloc.h closure.h complain.h \ +noinst_HEADERS = LR0.h closure.h complain.h conflicts.h \ derives.h \ files.h getargs.h gram.h lalr.h lex.h nullable.h \ output.h state.h \ - reader.h reduce.h symtab.h system.h types.h + print.h reader.h reduce.h symtab.h warshall.h system.h types.h data_DATA = bison.simple bison.hairy