diff options
Diffstat (limited to '')
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Makefile.am | 4 | 
2 files changed, 8 insertions, 1 deletions
| @@ -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): diff --git a/Makefile.am b/Makefile.am index 32feddb..cee043d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,4 +5,6 @@ xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm  INCLUDES = @XCOMPMGR_CFLAGS@ -EXTRA_DIST = ${man_MANS} +EXTRA_DIST = \ +	autogen.sh \ +	${man_MANS} | 
