summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index cdc854f6..438c8d7f 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -40,6 +40,12 @@ endif
GDK_PIXBUF_DIR =
# endif
+if USE_HAL
+HAL_DIR = hal
+else
+HAL_DIR =
+endif
+
if USE_JPEG
JPEG_DIR = jpeg
else
@@ -109,6 +115,7 @@ SUBDIRS = \
$(FLAC_DIR) \
$(GCONF_DIR) \
$(GDK_PIXBUF_DIR) \
+ $(HAL_DIR) \
$(JPEG_DIR) \
$(LADSPA_DIR) \
$(LIBCACA_DIR) \
@@ -127,6 +134,7 @@ DIST_SUBDIRS = \
esd \
flac \
gconf \
+ hal \
jpeg \
ladspa \
libcaca \