From 6ae4935372e7cb70d01be2f4a87d07d027908626 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 13 Dec 2001 22:28:29 +0000 Subject: [PATCH] remove some redundant EXTRA_DIST entries and add the HACKING file svn path=/trunk/vorbis/; revision=2603 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index bea2ef0..b73cccd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,8 @@ SUBDIRS = lib include doc examples win32 debian vq m4datadir = $(datadir)/aclocal m4data_DATA = vorbis.m4 -EXTRA_DIST = README AUTHORS COPYING libvorbis.spec vorbis.m4 acinclude.m4\ - todo.txt mac macosx +EXTRA_DIST = HACKING todo.txt libvorbis.spec vorbis.m4 \ + mac macosx debug: $(MAKE) all CFLAGS="@DEBUG@" -- 2.7.4