From 6c5ecd972440e2a3ba9947c8f480dd03af039089 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Jan 2012 17:18:16 -0800 Subject: Make the use of Pango optional --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a81a78c..ab85a6af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,8 +71,10 @@ src_partialator_SOURCES = src/partialator.c src/post-refinement.c \ src/hrs-scaling.c if HAVE_CAIRO +if HAVE_PANGO src_partialator_SOURCES += src/scaling-report.c endif +endif tests_list_check_SOURCES = tests/list_check.c -- cgit v1.2.3