summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 22:21:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 22:21:18 +0000
commit3cfc86eb03ea5c81d8d12356052899cfc743ed49 (patch)
tree6248e5d0f0c0d3992b248e7aadbf93efa22752a1 /ext/Makefile.am
parent8f49d4e4cbeeb9d1d13390e11afcd029ff687d84 (diff)
downloadgst-plugins-bad-3cfc86eb03ea5c81d8d12356052899cfc743ed49.tar.gz
gst-plugins-bad-3cfc86eb03ea5c81d8d12356052899cfc743ed49.tar.bz2
gst-plugins-bad-3cfc86eb03ea5c81d8d12356052899cfc743ed49.zip
hm, lots seems to have changed
Original commit message from CVS: hm, lots seems to have changed
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 8273e68f..4a3c3481 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -22,10 +22,10 @@ else
ARTS_DIR=
endif
-if USE_ARTSD
-ARTSD_DIR=artsd
+if USE_ARTSC
+ARTSC_DIR=artsd
else
-ARTSD_DIR=
+ARTSC_DIR=
endif
if USE_AUDIOFILE
@@ -160,13 +160,15 @@ else
XMMS_DIR=
endif
-SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \
+SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \
+ $(ARTS_DIR) $(ARTSD_DIR) $(AUDIOFILE_DIR) \
$(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) $(DVDREAD_DIR) $(ESD_DIR) \
$(FESTIVAL_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) $(HERMES_DIR) \
$(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MIKMOD_DIR) $(MPEG2DEC_DIR) \
$(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \
$(XMMS_DIR)
-DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dv dvdread esd \
+DIST_SUBDIRS=a52 aalib alsa arts artsd avifile audiofile cdparanoia \
+ dv dvdread esd \
festival flac gnomevfs gsm hermes jpeg lame mad mikmod mpeg2dec \
openquicktime rtp sdl shout vorbis xmms