add autogen.sh to the dist target for completeness
authorRalph Giles <giles@xiph.org>
Thu, 13 Dec 2001 22:48:07 +0000 (22:48 +0000)
committerRalph Giles <giles@xiph.org>
Thu, 13 Dec 2001 22:48:07 +0000 (22:48 +0000)
svn path=/trunk/vorbis/; revision=2604

Makefile.am

index b73cccd..f67feaf 100644 (file)
@@ -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@"