summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-20 16:48:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-20 16:48:57 +0000
commitf0553616378ddbf28799cee1738875e71899aaa4 (patch)
tree79a562d0e5baa622b7d9f29ee9d4d27173f2d8f2 /ext/Makefile.am
parent001d4b9638482185cf44d63af68d459c3cb9a608 (diff)
I lied, I am the One True Buildmaster
Original commit message from CVS: I lied, I am the One True Buildmaster
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 14e96187..aaa9c6a8 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -34,6 +34,12 @@ else
AUDIOFILE_DIR=
endif
+if USE_CDAUDIO
+CDAUDIO_DIR=cdaudio
+else
+CDAUDIO_DIR=
+endif
+
if USE_CDPARANOIA
CDPARANOIA_DIR=cdparanoia
else
@@ -359,6 +365,7 @@ SUBDIRS=\
$(ARTS_DIR) \
$(ARTSC_DIR) \
$(AUDIOFILE_DIR) \
+ $(CDAUDIO_DIR) \
$(CDPARANOIA_DIR) \
$(DIRAC_DIR) \
$(DIVX_DIR) \
@@ -418,6 +425,7 @@ DIST_SUBDIRS=\
arts \
artsd \
audiofile \
+ cdaudio \
cdparanoia \
dirac \
divx \