summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-11-08 09:48:58 +0000
committerJack Moffitt <jack@xiph.org>2000-11-08 09:48:58 +0000
commit21354ad7c05a28d9e4a232b4a0334267a4625847 (patch)
tree952dd3dccc5f1cc1b042a2559ec076168d119144 /Makefile.am
parent2c30f77396a401a546e996d968749f5ccdeb7792 (diff)
downloadlibvorbis-git-21354ad7c05a28d9e4a232b4a0334267a4625847.tar.gz
this took me hours to get right.
it's' still not right on redhat versiosn < 7.0 since they moved teh doc dir from /usr/doc to /usr/share/doc. not quite sure what to do about that :) jack. svn path=/trunk/vorbis/; revision=1036
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c8773a17..a2659534 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ SUBDIRS = lib include doc examples
m4datadir = $(datadir)/aclocal
m4data_DATA = vorbis.m4
-EXTRA_DIST = README COPYING todo.txt libvorbis.spec vorbis.m4
+EXTRA_DIST = README AUTHORS COPYING libvorbis.spec vorbis.m4
debug:
$(MAKE) all CFLAGS="@DEBUG@"