diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-01-10 09:01:52 -0600 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-01-10 09:02:16 -0600 |
commit | 0831c1770e4bac7269a190936bbb0529d747e233 (patch) | |
tree | 0aceb8fc09dcea5b009dab45674cbe9ed82020ff /test | |
parent | 1527c395cbe0bbab9e66a42213ef3ac5ce1c0383 (diff) |
Ensure we find the uninstalled fontconfig header
Patch from Colin Walters.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3ba8e934..664138a5 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) |