Makefile.am: use ICU_CFLAGS

This commit is contained in:
nanotech 2014-06-17 10:38:50 +02:00 committed by Max Kellermann
parent eb8fd07900
commit 759616abd4
1 changed files with 3 additions and 0 deletions

View File

@ -437,6 +437,9 @@ libicu_a_SOURCES += \
src/lib/icu/Init.cxx src/lib/icu/Init.hxx
endif
libicu_a_CPPFLAGS = $(AM_CPPFLAGS) \
$(ICU_CFLAGS)
ICU_LDADD = libicu.a $(ICU_LIBS)
# PCM library