Ensure we find the uninstalled fontconfig header
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 10 Jan 2013 15:01:52 +0000 (09:01 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 10 Jan 2013 15:02:16 +0000 (09:02 -0600)
Patch from Colin Walters.

test/Makefile.am

index 3ba8e93..664138a 100644 (file)
@@ -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)