ICU-1220 Fixed include paths to include i18n
X-SVN-Rev: 5844
This commit is contained in:
parent
4329721462
commit
3c9398da39
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user