summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
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 \