]> git.saurik.com Git - bison.git/blobdiff - src/Makefile.am
The location tracking mechanism is precious for parse error
[bison.git] / src / Makefile.am
index 6ee22986de33d9035c8798b08648b4b8c42f7be7..53475eb92dd7067a0ef51832420dc1fa720a7f10 100644 (file)
@@ -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 lex.h \
state.h       \
symtab.h system.h types.h
+ files.h getargs.h gram.h lalr.h lex.h nullable.h \
output.h state.h      \
print.h reader.h reduce.h symtab.h warshall.h system.h types.h
 
 data_DATA = bison.simple bison.hairy