From 73a6055bdf16990ff6abaed612b8527db439a9f8 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Fri, 24 Feb 2006 19:51:29 +0000 Subject: I'm too lazy to comment this Original commit message from CVS: Gdkpixbuf ported from 0.8 to 0.10 by Renato Filho . gst_loader and gdkpixbufanimation still need port. --- ext/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index e8bdd8c5..bfc10ccf 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -40,11 +40,11 @@ else GCONF_DIR = endif -# if USE_GDK_PIXBUF -# GDK_PIXBUF_DIR = gdk_pixbuf -# else +if USE_GDK_PIXBUF +GDK_PIXBUF_DIR = gdk_pixbuf +else GDK_PIXBUF_DIR = -# endif +endif if USE_HAL HAL_DIR = hal @@ -141,6 +141,7 @@ DIST_SUBDIRS = \ esd \ flac \ gconf \ + gdk_pixbuf \ hal \ jpeg \ ladspa \ -- cgit