Add the macosx project files to the distribution.
authorRalph Giles <giles@xiph.org>
Wed, 18 Sep 2002 11:57:13 +0000 (11:57 +0000)
committerRalph Giles <giles@xiph.org>
Wed, 18 Sep 2002 11:57:13 +0000 (11:57 +0000)
svn path=/trunk/vorbis/; revision=3921

Makefile.am

index 170e79a..8844c3b 100644 (file)
@@ -7,11 +7,12 @@ SUBDIRS = lib include doc examples win32 debian vq
 m4datadir = $(datadir)/aclocal
 m4data_DATA = vorbis.m4
 
-EXTRA_DIST = HACKING todo.txt macos \
+EXTRA_DIST = HACKING todo.txt macos macosx \
        autogen.sh libvorbis.spec vorbis.m4
 
 dist-hook:
        rm -rf `find $(distdir)/macos -name CVS`
+       rm -rf `find $(distdir)/macosx -name CVS`
 
 debug:
        $(MAKE) all CFLAGS="@DEBUG@"