Commit 759616ab authored by nanotech's avatar nanotech Committed by Max Kellermann

Makefile.am: use ICU_CFLAGS

parent eb8fd079
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment