From 48542fe36a4afc61566102940099ffdcd8e729fa Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 18 Sep 2002 11:57:13 +0000 Subject: [PATCH] Add the macosx project files to the distribution. svn path=/trunk/vorbis/; revision=3921 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 170e79a..8844c3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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@" -- 2.7.4