summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-09-27 20:28:24 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-09-27 20:28:24 +0000
commit61e6cbfa9aee9c9d5cb6d0931dac0b1cbddc85a0 (patch)
tree0ab853574f6a07f1977166a5fd571a74ed61d83b /Makefile.am
parent496071fe14a2afc4ff6296dbe3b615f22b85922c (diff)
INCLUDES is obsolete; use AM_CPPFLAGS instead
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 17dd545..475ee32 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -123,7 +123,7 @@ DIST_SUBDIRS = \
tests
localedir = $(datadir)/locale
-INCLUDES = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl
+AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl
LIBS = @LIBINTL@ @LIBS@
skel.c: flex.skl mkskel.sh