projects
/
platform
/
upstream
/
libvorbis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
639ae81
)
Add in mac and macosx subdirs correctly (so make dist works)
author
Mike Smith
<msmith@xiph.org>
Wed, 3 Jul 2002 14:33:21 +0000
(14:33 +0000)
committer
Mike Smith
<msmith@xiph.org>
Wed, 3 Jul 2002 14:33:21 +0000
(14:33 +0000)
svn path=/trunk/vorbis/; revision=3509
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index ed9912e271b9fee13b8c3c39c86b69d17116bc63..4f844d571452b1c29467bb5163dc8611acab6be7 100644
(file)
--- 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@"