From 8211ed26bd0bf66beb6f4baffdb18233adff30c4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 16:11:28 +0000 Subject: xmms Original commit message from CVS: xmms --- ext/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index d5c74f0d..39cddbf5 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -119,12 +119,19 @@ else VORBIS_DIR= endif +if USE_XMMS +XMMS_DIR=xmms +else +XMMS_DIR= +endif + SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \ $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DVDREAD_DIR) $(ESD_DIR) \ $(FESTIVAL_DIR) $(FLAC_DIR) $(GSM_DIR) $(HERMES_DIR) \ $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \ - $(OPENQUICKTIME_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) + $(OPENQUICKTIME_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \ + $(XMMS_DIR) DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dvdread esd \ festival flac gsm hermes jpeg lame mad mpeg2dec \ - openquicktime sdl shout vorbis + openquicktime sdl shout vorbis xmms -- cgit v1.2.1