X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7685e2f7ba6d5b3cc8db5862c14c1772d2a39872..a6e5a28079865c4924194685723962f198fd33ff:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 2192f809..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, 2009 -# 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 @@ -48,7 +47,8 @@ bison_SOURCES = \ 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 \ @@ -67,8 +67,7 @@ bison_SOURCES = \ system.h \ tables.h tables.c \ uniqstr.c uniqstr.h \ - graphviz.c graphviz.h \ - named-ref.c named-ref.h + graphviz.c graphviz.h EXTRA_bison_SOURCES = scan-code.l scan-skel.l scan-gram.l