summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-02-24 19:51:29 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-02-24 19:51:29 +0000
commit73a6055bdf16990ff6abaed612b8527db439a9f8 (patch)
tree3debfbff45726f289fcb709da89881795d1aa790 /ext/Makefile.am
parent96c1cd6e0a6c1328eed7bbf680ecfbad82c92c72 (diff)
I'm too lazy to comment this
Original commit message from CVS: Gdkpixbuf ported from 0.8 to 0.10 by Renato Filho <renato.filho@indt.org.br>. gst_loader and gdkpixbufanimation still need port.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am9
1 files changed, 5 insertions, 4 deletions
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 \