From 3676beeb0676b460fb20644a9ef6fbfce7c47c24 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 4 Feb 2002 10:51:26 +0000 Subject: adding tarkin to build to try building it run configure with --enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental --- ext/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 9481e87a..e03242b7 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -180,6 +180,12 @@ else SMOOTHWAVE_DIR= endif +if USE_TARKIN +TARKIN_DIR=tarkin +else +TARKIN_DIR= +endif + if USE_VORBIS VORBIS_DIR=vorbis else @@ -202,7 +208,7 @@ SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \ $(MAD_DIR) $(MIKMOD_DIR) $(MJPEGTOOLS_DIR) $(MPEG2DEC_DIR) \ $(OPENQUICKTIME_DIR) $(RAW1394_DIR) $(RTP_DIR) \ $(SDL_DIR) $(SHOUT_DIR) $(SIDPLAY_DIR) \ - $(SMOOTHWAVE_DIR) $(VORBIS_DIR) $(XMMS_DIR) + $(SMOOTHWAVE_DIR) $(TARKIN_DIR) $(VORBIS_DIR) $(XMMS_DIR) DIST_SUBDIRS=\ a52dec aalib alsa \ @@ -215,4 +221,4 @@ DIST_SUBDIRS=\ mad mikmod mjpegtools mpeg2dec \ openquicktime raw1394 rtp \ sdl shout sidplay \ - smoothwave vorbis xmms + smoothwave tarkin vorbis xmms -- cgit v1.2.1