summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2002-07-13 11:42:09 +0000
committerRalph Giles <giles@xiph.org>2002-07-13 11:42:09 +0000
commit1129a7c453843547ca3dfb96cfdbefb8b14267e7 (patch)
treeea2af910f834dfb321da90476bde88b688ddc4aa /Makefile.am
parent80fca2eb9f23565010d0ddb5c041fc7611f26424 (diff)
downloadogg-git-1129a7c453843547ca3dfb96cfdbefb8b14267e7.tar.gz
add dist-hook automagical CVS directory purge from EXTRA_DIST subdirs
svn path=/trunk/ogg/; revision=3624
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@"