summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-01-18 19:30:36 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-01-18 19:30:36 +0000
commit8469066eea38e25a0d1e59767289f53f9a2e408a (patch)
tree39a315b3d0a1750c5157f358456bab5384afd6c0 /ext/Makefile.am
parentc275b14170368760fa501da3f0159bf877806baf (diff)
Port libcdio cdda source, formerly known as cddasrc, now known as cdiocddasrc (fixes #323327). Should also read CD-TE...
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/cdio/Makefile.am: * ext/cdio/gstcdio.c: * ext/cdio/gstcdio.h: * ext/cdio/gstcdiocddasrc.c: * ext/cdio/gstcdiocddasrc.h: Port libcdio cdda source, formerly known as cddasrc, now known as cdiocddasrc (fixes #323327). Should also read CD-TEXT if available, but that's not tested (fixes #317658).
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 b1d06649..cdc854f6 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -10,6 +10,12 @@ else
CAIRO_DIR =
endif
+if USE_CDIO
+CDIO_DIR = cdio
+else
+CDIO_DIR =
+endif
+
if USE_ESD
ESD_DIR = esd
else
@@ -97,6 +103,7 @@ endif
SUBDIRS = \
$(AALIB_DIR) \
$(CAIRO_DIR) \
+ $(CDIO_DIR) \
$(DV1394_DIR) \
$(ESD_DIR) \
$(FLAC_DIR) \
@@ -115,6 +122,7 @@ SUBDIRS = \
DIST_SUBDIRS = \
aalib \
cairo \
+ cdio \
dv \
esd \
flac \