Replace INCLUDES with AM_CPPFLAGS, fixing a bug in src/Makefile.am

reported by Paul Hilfinger.
This commit is contained in:
Paul Eggert
2004-02-02 22:36:49 +00:00
parent d0d5aa6425
commit dd0e0635ec
3 changed files with 22 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
## Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
## Copyright (C) 2001, 2002, 2003, 2004 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
@@ -20,12 +20,9 @@ DEFS = @DEFS@ \
-DLOCALEDIR=\"$(datadir)/locale\"
AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib
AM_YFLAGS = "-dv"
# config.h is in build/.
INCLUDES = -I$(top_builddir) \
-I$(top_srcdir)/lib
LDADD = ../lib/libbison.a $(LIBINTL)
# Use our own Bison to build the parser. Of course, you ought to