X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cc84fd5dc79495429d3406f9088d01f477b52a7b..720d742f8e74acf1ade85a7d39c02fa5b9528b5a:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index e7598e7b..3dd5d6b1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,8 +18,10 @@ bison_SOURCES = LR0.c allocate.c closure.c complain.c conflicts.c \ EXTRA_bison_SOURCES = vmsgetargs.c -noinst_HEADERS = alloc.h complain.h files.h getargs.h gram.h lex.h \ - derives.h state.h \ +noinst_HEADERS = alloc.h closure.h complain.h \ + derives.h \ + files.h getargs.h gram.h lalr.h lex.h \ + output.h state.h \ symtab.h system.h types.h data_DATA = bison.simple bison.hairy