X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0f6cd9e3f8a088f55730a48ee7a240ebae4e6314..55dd35633675f588c58ead46ecd6b5f4db504192:/data/Makefile.am

diff --git a/data/Makefile.am b/data/Makefile.am
index 031008f2..eda01c69 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 2002, 2005, 2006, 2007 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2005-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
@@ -14,12 +14,12 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 dist_pkgdata_DATA = README bison.m4 \
-   c-skel.m4 c.m4 yacc.c glr.c push.c \
+   c-skel.m4 c.m4 yacc.c glr.c \
    c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc \
    java-skel.m4 java.m4 lalr1.java
 
 m4sugardir = $(pkgdatadir)/m4sugar
-dist_m4sugar_DATA = m4sugar/m4sugar.m4
+dist_m4sugar_DATA = m4sugar/m4sugar.m4 m4sugar/foreach.m4
 
 xsltdir = $(pkgdatadir)/xslt
 dist_xslt_DATA =				\