X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/499daa504f93cef3d1d2054634f021d63761c6f9..2fa6973e6f491950d9b0345c1573888eed8e01d7:/src/Makefile.am?ds=sidebyside diff --git a/src/Makefile.am b/src/Makefile.am index e7598e7b..6ee22986 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 lex.h \ + state.h \ symtab.h system.h types.h data_DATA = bison.simple bison.hairy