From fbed4d311a2c50ada65235ad6333baa67e96c167 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 3 Jul 2002 14:33:21 +0000 Subject: [PATCH] Add in mac and macosx subdirs correctly (so make dist works) svn path=/trunk/vorbis/; revision=3509 --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ed9912e..4f844d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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@" -- 2.7.4