Add in mac and macosx subdirs correctly (so make dist works)
authorMike Smith <msmith@xiph.org>
Wed, 3 Jul 2002 14:33:21 +0000 (14:33 +0000)
committerMike Smith <msmith@xiph.org>
Wed, 3 Jul 2002 14:33:21 +0000 (14:33 +0000)
svn path=/trunk/vorbis/; revision=3509

Makefile.am

index ed9912e271b9fee13b8c3c39c86b69d17116bc63..4f844d571452b1c29467bb5163dc8611acab6be7 100644 (file)
@@ -7,9 +7,13 @@ SUBDIRS = lib include doc examples win32 debian vq
 m4datadir = $(datadir)/aclocal
 m4data_DATA = vorbis.m4
 
-EXTRA_DIST = HACKING todo.txt macosx \
+EXTRA_DIST = HACKING todo.txt macosx 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@"