mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-1253 change Makefile.in so the test can be built without installing layout
X-SVN-Rev: 6289
This commit is contained in:
parent
97a2b2a5ad
commit
4f0441b8a7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ TESTTARGET = letest
|
|||
GENTARGET = gendata
|
||||
|
||||
DEFS = @DEFS@
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(includedir) -I$(includedir)/layout
|
||||
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/layout -I$(top_srcdir)
|
||||
CFLAGS = @CFLAGS@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
ENABLE_RPATH = @ENABLE_RPATH@
|
||||
|
|
Loading…
Add table
Reference in a new issue