diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-19 17:18:16 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:43 +0100 |
commit | 6c5ecd972440e2a3ba9947c8f480dd03af039089 (patch) | |
tree | 4054c33f30bb8268c9d8460d49340b4d12044b18 /Makefile.am | |
parent | 694ff56d0632214a5e4d6df0849e6b1a48aa43bd (diff) |
Make the use of Pango optional
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 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 |