From f0553616378ddbf28799cee1738875e71899aaa4 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 20 Oct 2004 16:48:57 +0000 Subject: I lied, I am the One True Buildmaster Original commit message from CVS: I lied, I am the One True Buildmaster --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') 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 \ -- cgit