aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-01-16 17:24:01 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:11 +0100
commit63039a76484b181e18a76144f7c38b1467dd861b (patch)
tree4e823866846d025127bc77c401a0a4a457eef98e /lib
parent537c1bf6b534e3dfc07b8b53c674256b7a5dc023 (diff)
Check with pkg-config for gdk-pixbuf and gdk-pixbuf-2.0
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index a4aecf9d..6f210468 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -164,6 +164,10 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
+GDK_pixbuf_2_CFLAGS = @GDK_pixbuf_2_CFLAGS@
+GDK_pixbuf_2_LIBS = @GDK_pixbuf_2_LIBS@
+GDK_pixbuf_CFLAGS = @GDK_pixbuf_CFLAGS@
+GDK_pixbuf_LIBS = @GDK_pixbuf_LIBS@
GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
GNULIB_MBSCHR = @GNULIB_MBSCHR@
@@ -252,6 +256,8 @@ PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
RANLIB = @RANLIB@