about summary refs log tree commit diff stats
path: root/src/chrtrans/makefile.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-05-08 17:58:27 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-05-08 17:58:27 -0400
commit169e8098be76947e6e1aa002052d9536dc9aa273 (patch)
treea9a81460d41a2d7485184d8ffc423ac9869f2432 /src/chrtrans/makefile.in
parent3a66727fc66003224d7c99d15a12f04fdf706ff4 (diff)
downloadlynx-snapshots-169e8098be76947e6e1aa002052d9536dc9aa273.tar.gz
snapshot of project "lynx", label v2-8-2pre_2
Diffstat (limited to 'src/chrtrans/makefile.in')
-rw-r--r--src/chrtrans/makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/chrtrans/makefile.in b/src/chrtrans/makefile.in
index dbba4fd7..2e2f2681 100644
--- a/src/chrtrans/makefile.in
+++ b/src/chrtrans/makefile.in
@@ -22,19 +22,21 @@ LDFLAGS		= @LDFLAGS@
 INTLLIB		= @INTLDIR_MAKE@@INTLLIBS@
 
 WWWINC		= WWW/Library/Implementation
+INTLDIR_CPPFLAGS= @INTLDIR_CPPFLAGS@-I$(top_srcdir)/intl
+
 SITE_DEFS	= # FIXME: set in parent makefile
 
 CC		= @CC@
 CPP		= @CPP@
 CFLAGS		= @CFLAGS@
+
 CPP_OPTS	= @DEFS@ @CPPFLAGS@ \
 		-I$(top_builddir) \
-		-I$(top_srcdir)/intl \
 		-I$(top_srcdir)/src \
 		-I$(top_srcdir)/src/chrtrans \
 		-I$(top_srcdir)/$(WWWINC) \
 		-I$(top_srcdir)/ \
-		$(SITE_DEFS)
+		$(INTLDIR_CPPFLAGS) $(SITE_DEFS)
 CC_OPTS		= $(CPP_OPTS) $(CFLAGS)
 
 #