test/api/Makefile.am |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 431bef2e16c7888ca3960f5797432d3a20903550
Author: Behdad Esfahbod <[email protected]>
Date:   Thu Nov 1 16:26:01 2012 -0700

    Minor build fix

diff --git a/test/api/Makefile.am b/test/api/Makefile.am
index e6c0c01..c5a015f 100644
--- a/test/api/Makefile.am
+++ b/test/api/Makefile.am
@@ -26,6 +26,15 @@ TEST_PROGS = \
        test-version \
        $(NULL)
 
+test_unicode_CPPFLAGS = $(AM_CPPFLAGS)
+if HAVE_GLIB
+test_unicode_CPPFLAGS += $(GLIB_CFLAGS)
+endif
+if HAVE_ICU
+test_unicode_CPPFLAGS += $(ICU_CFLAGS)
+endif
+
+
 if HAVE_OT
 TEST_PROGS += \
        test-ot-tag \
@@ -49,7 +58,6 @@ test_c_CPPFLAGS += $(FREETYPE_CFLAGS)
 test_cplusplus_CPPFLAGS += $(FREETYPE_CFLAGS)
 endif
 
-
 # Default test running environment
 TESTS = $(TEST_PROGS)
 TESTS_ENVIRONMENT = \
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to