diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index d5a3e127..2c483ebc 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -58,6 +58,12 @@ else CDAUDIO_DIR= endif +if USE_CDIO +CDIO_DIR=cdio +else +CDIO_DIR= +endif + if USE_CDPARANOIA CDPARANOIA_DIR=cdparanoia else @@ -411,6 +417,7 @@ SUBDIRS=\ $(AUDIORESAMPLE_DIR) \ $(CAIRO_DIR) \ $(CDAUDIO_DIR) \ + $(CDIO_DIR) \ $(CDPARANOIA_DIR) \ $(DIRAC_DIR) \ $(DIRECTFB_DIR) \ @@ -478,6 +485,7 @@ DIST_SUBDIRS=\ audioresample \ cairo \ cdaudio \ + cdio \ cdparanoia \ dirac \ directfb \ |