summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-04 10:51:26 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-04 10:51:26 +0000
commit6a0b17898b0f6a3d27a365f57ee8951dc1895319 (patch)
tree53009fcd39a531ef5ff6fce5fb4b1057a936137a /ext
parentdb6863917d7b2cee75a8b989b20d8d4097d96b74 (diff)
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
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am10
1 files changed, 8 insertions, 2 deletions
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