ICU-1220 Fixed include paths to include i18n

X-SVN-Rev: 5844
This commit is contained in:
Yves Arrouye 2001-09-20 22:00:09 +00:00
parent 4329721462
commit 3c9398da39

View File

@ -31,7 +31,7 @@ CLEANFILES = *~
TARGET = uconv
DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(srcdir)/../toolutil
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
CFLAGS = @CFLAGS@
CXXFLAGS = @CXXFLAGS@
ENABLE_RPATH = @ENABLE_RPATH@