Include the autogen.sh in the distfile.

This commit is contained in:
Eric Anholt 2005-01-27 01:27:44 +00:00
parent f931341d9a
commit 840fa5f33c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-01-26 Eric Anholt <anholt@FreeBSD.org>
* Makefile.am:
Include the autogen.sh in the distfile.
2004-09-29 Dan Doel <dolio@case.edu>
* xcompmgr.c: (paint_all):

View File

@ -5,4 +5,6 @@ xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm
INCLUDES = @XCOMPMGR_CFLAGS@
EXTRA_DIST = ${man_MANS}
EXTRA_DIST = \
autogen.sh \
${man_MANS}