--- gdk-pixbuf-config.in.orig	Thu Oct 25 04:00:14 2001
+++ gdk-pixbuf-config.in	Sun May 26 12:11:19 2002
@@ -39,13 +39,13 @@ while test $# -gt 0; do
       echo @GDK_PIXBUF_VERSION@
       ;;
     --cflags)
-      includes=-I@includedir@/gdk-pixbuf-1.0
+      includes=-I@includedir@
       echo $includes `gtk-config --cflags`
       ;;
     --libs)
       libdirs=-L@libdir@
-      echo $libdirs -lgdk_pixbuf `gtk-config --libs`
-      ;;
+      echo $libdirs -lgdk_pixbuf `gtk-config --libs` @LIBTIFF@ @LIBJPEG@ @LIBPNG@
+;;
     *)
       echo "${usage}" 1>&2
       exit 1
