From 0831c1770e4bac7269a190936bbb0529d747e233 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 10 Jan 2013 09:01:52 -0600 Subject: [PATCH] Ensure we find the uninstalled fontconfig header Patch from Colin Walters. --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 3ba8e93..664138a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,6 +4,8 @@ TESTS=run-test.sh TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) + if HAVE_PTHREAD check_PROGRAMS = test-pthread noinst_PROGRAMS = $(check_PROGRAMS) -- 2.7.4