From: Ralph Giles Date: Sat, 13 Jul 2002 10:56:39 +0000 (+0000) Subject: Remove Apple ProjectBuilder build files from distribution: X-Git-Tag: v1.3.3~718 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7622248b6ade27a80f1b8769d38a1c5f3199d7a0;p=platform%2Fupstream%2Flibvorbis.git 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 --- 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@"