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 /lib | |
parent | 694ff56d0632214a5e4d6df0849e6b1a48aa43bd (diff) |
Make the use of Pango optional
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 4214d8b9..f345d548 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -296,6 +296,8 @@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ +Pango_CFLAGS = @Pango_CFLAGS@ +Pango_LIBS = @Pango_LIBS@ RANLIB = @RANLIB@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ |