X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/33d2a860792a7c4e11a99ea9bc10c6802f5a2063..4c2a6e42ba8b6bc4e04985f5ef3ec8926048d4b1:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index a5cf94ee..96349dd8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ # Make bison/src. -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software -# Foundation, Inc. +# Copyright (C) 2001-2011 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +30,10 @@ bin_SCRIPTS = $(YACC_SCRIPT) EXTRA_SCRIPTS = yacc bison_SOURCES = \ + AnnotationList.c AnnotationList.h \ + InadequacyList.c InadequacyList.h \ LR0.c LR0.h \ + Sbitset.c Sbitset.h \ assoc.c assoc.h \ closure.c closure.h \ complain.c complain.h \ @@ -42,9 +44,11 @@ bison_SOURCES = \ getargs.c getargs.h \ gram.c gram.h \ lalr.h lalr.c \ + ielr.h ielr.c \ location.c location.h \ main.c \ - muscle_tab.c muscle_tab.h \ + muscle-tab.c muscle-tab.h \ + named-ref.c named-ref.h \ nullable.c nullable.h \ output.c output.h \ parse-gram.h parse-gram.y \