ICU-1253 change Makefile.in so the test can be built without installing layout

X-SVN-Rev: 6289
This commit is contained in:
Eric Mader 2001-10-17 21:19:00 +00:00
parent 97a2b2a5ad
commit 4f0441b8a7

View file

@ -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@