summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-06-19 11:59:21 +0000
committerMonty <xiphmont@xiph.org>2000-06-19 11:59:21 +0000
commitbbb095c7d8ba1162cf199d70006617b6e627f1bc (patch)
treec97207a615961e20a85e6b48e0fd903713a7f3d0
parent6375a47d7d60689ffcb47b570bd75c1bb2f3a7a1 (diff)
downloadlibvorbis-git-bbb095c7d8ba1162cf199d70006617b6e627f1bc.tar.gz
Remove vorbis-tools from mainline build until it get a bit more
platform friendly across the board... Monty svn path=/trunk/vorbis/; revision=460
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index b8eb071a..e93658e9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
# vorbis makefile configured for use with gcc on any platform
-# $Id: Makefile.in,v 1.7 2000/06/14 23:07:47 xiphmont Exp $
+# $Id: Makefile.in,v 1.8 2000/06/19 11:59:21 xiphmont Exp $
###############################################################################
# #
@@ -17,7 +17,7 @@
@SET_MAKE@
-SUBDIRS = lib examples vorbis-tools # cmdline xmms vq huff
+SUBDIRS = lib examples # vorbis-tools cmdline xmms vq huff
all debug profile selftest target clean:
@for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $@) || exit 1; done