Remove vorbis-tools from mainline build until it get a bit more
authorMonty <xiphmont@xiph.org>
Mon, 19 Jun 2000 11:59:21 +0000 (11:59 +0000)
committerMonty <xiphmont@xiph.org>
Mon, 19 Jun 2000 11:59:21 +0000 (11:59 +0000)
platform friendly across the board...

Monty

svn path=/trunk/vorbis/; revision=460

Makefile.in

index b8eb071..e93658e 100644 (file)
@@ -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