summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2006-03-22 00:15:10 +0000
committerJohn Millaway <john43@users.sourceforge.net>2006-03-22 00:15:10 +0000
commitc0378216160146ce38242f8a2242d59928f293f8 (patch)
treefe3fc7e6490d9d6e563d56aadca9d99ad64af01d /Makefile.am
parent9feb50dd773c6ab976bd80ae929b5184710eb21b (diff)
Removed includedir from AM_CPPFLAGS #1439351.
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 4d419a1..8d7cef8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -140,7 +140,7 @@ SUBDIRS = \
tests
localedir = $(datadir)/locale
-AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl
+AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl
LIBS = @LIBINTL@ @LIBS@
skel.c: flex.skl mkskel.sh flexint.h tables_shared.h