[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue May 28 14:34:44 PDT 2013
test/api/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 2966d3603259430800cb5880491d28a1c5ea2314
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue May 28 17:34:37 2013 -0400
Fix test build
diff --git a/test/api/Makefile.am b/test/api/Makefile.am
index bef7716..4ff14fa 100644
--- a/test/api/Makefile.am
+++ b/test/api/Makefile.am
@@ -28,12 +28,13 @@ TEST_PROGS = \
$(NULL)
test_unicode_CPPFLAGS = $(AM_CPPFLAGS)
+test_unicode_LDADD = $(LDADD)
if HAVE_GLIB
test_unicode_CPPFLAGS += $(GLIB_CFLAGS)
endif
if HAVE_ICU
test_unicode_CPPFLAGS += $(ICU_CFLAGS)
-test_unicode_LDADD = $(LDADD) $(top_builddir)/src/libharfbuzz-icu.la
+test_unicode_LDADD += $(top_builddir)/src/libharfbuzz-icu.la
endif
More information about the HarfBuzz
mailing list