From 1ccd6377ec50157b188d552d812f1dcc2dbf29dd Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 20 May 2015 19:28:43 -0700 Subject: [PATCH] Remove todo and MacOS 9 files from distribution. Fixes 'make distcheck'. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e05d521..d9330bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc EXTRA_DIST = \ CHANGES COPYING \ - todo.txt autogen.sh \ + autogen.sh \ libvorbis.spec libvorbis.spec.in \ vorbis.m4 \ vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \ @@ -25,7 +25,7 @@ EXTRA_DIST = \ vorbisenc-uninstalled.pc.in \ vorbisfile-uninstalled.pc.in \ symbian \ - macos macosx win32 + macosx win32 DISTCHECK_CONFIGURE_FLAGS = --enable-docs -- 2.7.4