summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ea3b040..3b8d08b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,9 @@ m4data_DATA = ogg.m4
EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4 macosx
+dist-hook:
+ rm -rf `find $(distdir)/macosx -name CVS`
+
debug:
$(MAKE) all CFLAGS="@DEBUG@"