diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-19 18:30:27 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:43 +0100 |
commit | 2fef45d7931ce12d78e27cb32f34426559dbdeed (patch) | |
tree | 0203a62290cd772dcd24b45a0527e47719095828 /Makefile.am | |
parent | 4355449194274d766fb0aec964e6bfce8fa9acdf (diff) |
Check for PangoCairo as well
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ab85a6af..03c7096f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,9 +72,11 @@ src_partialator_SOURCES = src/partialator.c src/post-refinement.c \ if HAVE_CAIRO if HAVE_PANGO +if HAVE_PANGOCAIRO src_partialator_SOURCES += src/scaling-report.c endif endif +endif tests_list_check_SOURCES = tests/list_check.c |