* src/Makefile.am (bison_SOURCES): Add parse-skel.h and

skeleton.h.
This commit is contained in:
Akim Demaille
2002-01-06 20:49:27 +00:00
parent a9b8959efa
commit 25d810906c
14 changed files with 25 additions and 19 deletions

View File

@@ -6,8 +6,5 @@
CC='@CC@'
CFLAGS='@CFLAGS@ @WARNING_CFLAGS@'
# We need to know if the compiler is GCC.
GCC='@GCC@'
# We need `config.h'.
CPPFLAGS="-I$top_buildpath @CPPFLAGS@"
CPPFLAGS="-I$abs_top_builddir @CPPFLAGS@"