summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2002-07-13 11:44:01 +0000
committerRalph Giles <giles@xiph.org>2002-07-13 11:44:01 +0000
commit181344643797087fe72c07ddeede88d543114df6 (patch)
tree19fb0a665dd8abfccee777a28774071675fdae94 /Makefile.am
parent1129a7c453843547ca3dfb96cfdbefb8b14267e7 (diff)
downloadogg-git-181344643797087fe72c07ddeede88d543114df6.tar.gz
Remove Apple ProjectBuilder build files from distribution:
- I have the 10.2 beta installed and can't update them in a backward compatible way. - The commandline build should now work out of the box. Add Classic MacOS (Metrowerks CW7) build dir to EXTRA_DIST. svn path=/trunk/ogg/; revision=3625
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3b8d08b..456dba9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,10 +7,10 @@ SUBDIRS = src include doc win32 debian
m4datadir = $(datadir)/aclocal
m4data_DATA = ogg.m4
-EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4 macosx
+EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4 macos
dist-hook:
- rm -rf `find $(distdir)/macosx -name CVS`
+ rm -rf `find $(distdir)/macos -name CVS`
debug:
$(MAKE) all CFLAGS="@DEBUG@"