From 7622248b6ade27a80f1b8769d38a1c5f3199d7a0 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Sat, 13 Jul 2002 10:56:39 +0000 Subject: [PATCH] Remove Apple ProjectBuilder build files from distribution: - I have the 10.2 beta installed and can't update them in a backward compatible way. - The commandline build should now work out of the box. svn path=/trunk/vorbis/; revision=3616 --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4f844d5..500a708 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,12 +7,11 @@ SUBDIRS = lib include doc examples win32 debian vq m4datadir = $(datadir)/aclocal m4data_DATA = vorbis.m4 -EXTRA_DIST = HACKING todo.txt macosx mac \ +EXTRA_DIST = HACKING todo.txt mac \ autogen.sh libvorbis.spec vorbis.m4 dist-hook: rm -rf `find $(distdir)/mac -name CVS` - rm -rf `find $(distdir)/macosx -name CVS` debug: $(MAKE) all CFLAGS="@DEBUG@" -- 2.7.4