From: Peter Johnson Date: Fri, 29 Jun 2001 05:14:57 +0000 (-0000) Subject: Don't distribute config.h, and bison.tab.h is gone due to changes in X-Git-Tag: v0.1.0~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64dce149b109d7e042165578986b85ce8e2cbd36;p=yasm Don't distribute config.h, and bison.tab.h is gone due to changes in src/Makefile.am. svn path=/trunk/yasm/; revision=75 --- diff --git a/include/Makefile.am b/include/Makefile.am index 18bb5d17..07b5cc16 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,7 +1,5 @@ EXTRA_DIST = \ - bison.tab.h \ bytecode.h \ - config.h \ errwarn.h \ globals.h \ section.h \