summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-09-09 13:59:58 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-09-09 13:59:58 +0000
commite02c3d27eeb6b53ec82532ab080c23ce26813fd4 (patch)
treea16d0ab9406a15f84e56ce6db48996fce461f153 /Makefile.am
parent2142acf9cb4559dfb2c48f53a0b4610629844258 (diff)
include the intl/ subdirectory when searching for include files
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 3ec2805..7bbeccd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -123,7 +123,7 @@ DIST_SUBDIRS = \
tests
localedir = $(datadir)/locale
-INCLUDES = -DLOCALEDIR=\"$(localedir)\" -I@includedir@
+INCLUDES = -DLOCALEDIR=\"$(localedir)\" -I@includedir@ -I$(top_srcdir)/intl
LIBS = @LIBINTL@ @LIBS@
skel.c: flex.skl mkskel.sh