From 02f6e62d6cabc7808c188daef26a1fe7ac626b1f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 11 Apr 2011 13:27:21 -0400 Subject: [PATCH] Build fix --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 55d3976b0..19e38b2ae 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ include Makefile.decl if HAVE_GLIB -AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)/src/ -LDADD = $(GLIB_LIBS) $(top_builddir)/src/libharfbuzz.la +AM_CPPFLAGS = -I$(top_srcdir)/src/ $(GLIB_CFLAGS) +LDADD = $(top_builddir)/src/libharfbuzz.la $(GLIB_LIBS) check_PROGRAMS = $(TEST_PROGS)