ICU-3062 fix the path names that I incorrectly "corrected" in the last version.
X-SVN-Rev: 14118
This commit is contained in:
parent
2326c45466
commit
d54d1b8804
@ -29,8 +29,8 @@ ifeq ($(USE_ICU_CONFIG),1)
|
||||
LDIRS=$(shell icu-config --prefix)/include/layout
|
||||
else
|
||||
include ../../config/Makefile.inc
|
||||
DIRS=../../common/unicode ../../i18n/unicode ../../extra/ustdio/unicode
|
||||
LDIRS=../../layout/layout ../../layoutex/layout
|
||||
DIRS=../../../common/unicode ../../../i18n/unicode ../../../extra/ustdio/unicode
|
||||
LDIRS=../../../layout/layout ../../../layoutex/layout
|
||||
endif
|
||||
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user