aboutsummaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-01-19 18:30:27 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:43 +0100
commit2fef45d7931ce12d78e27cb32f34426559dbdeed (patch)
tree0203a62290cd772dcd24b45a0527e47719095828 /doc/reference
parent4355449194274d766fb0aec964e6bfce8fa9acdf (diff)
Check for PangoCairo as well
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/Makefile.in b/doc/reference/Makefile.in
index 96411ecb..6136165e 100644
--- a/doc/reference/Makefile.in
+++ b/doc/reference/Makefile.in
@@ -214,6 +214,8 @@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
+PangoCairo_CFLAGS = @PangoCairo_CFLAGS@
+PangoCairo_LIBS = @PangoCairo_LIBS@
Pango_CFLAGS = @Pango_CFLAGS@
Pango_LIBS = @Pango_LIBS@
RANLIB = @RANLIB@