From: Ralph Giles Date: Thu, 13 Dec 2001 22:48:07 +0000 (+0000) Subject: add autogen.sh to the dist target for completeness X-Git-Tag: v1.3.3~875 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66995d89af35b538857d60ea3f0d0b7d444efde3;p=platform%2Fupstream%2Flibvorbis.git add autogen.sh to the dist target for completeness svn path=/trunk/vorbis/; revision=2604 --- diff --git a/Makefile.am b/Makefile.am index b73cccd..f67feaf 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 = HACKING todo.txt libvorbis.spec vorbis.m4 \ - mac macosx +EXTRA_DIST = HACKING todo.txt mac macosx \ + autogen.sh libvorbis.spec vorbis.m4 debug: $(MAKE) all CFLAGS="@DEBUG@"