diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:28:00 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:28:00 +0000 |
commit | 1c3d0eb6e8f65df18350536dcd3a8e4e4eee3cdc (patch) | |
tree | a9ce20335e057c6bed2d3d429a2d765d5800ed28 /ext | |
parent | 6dfbea50019f4e6e6cd51603ff761862c1a61bea (diff) |
adding arts and artds, no checks yet
Original commit message from CVS:
adding arts and artds, no checks yet
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 39cddbf5..bc223d5b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -82,13 +82,18 @@ else JPEG_DIR= endif - if USE_MAD MAD_DIR=mad else MAD_DIR= endif +if USE_MIKMOD +MIKMOD_DIR=mikmod +else +MIKMOD_DIR= +endif + if USE_MPEG2DEC MPEG2DEC_DIR=mpeg2dec else @@ -128,10 +133,10 @@ 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) \ + $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MIKMOD_DIR) $(MPEG2DEC_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 \ + festival flac gsm hermes jpeg lame mad mikmod mpeg2dec \ openquicktime sdl shout vorbis xmms |