From: Eric Anholt Date: Thu, 27 Jan 2005 01:27:44 +0000 (+0000) Subject: Include the autogen.sh in the distfile. X-Git-Tag: XCOMPMGR_1_1_2~1 X-Git-Url: http://git.openbox.org/?p=dana%2Fxcompmgr.git;a=commitdiff_plain;h=840fa5f33cd220ec39f038a111071a7cd628a751;hp=f931341d9a4aea5d98a673da19c14fe0118d4f0f Include the autogen.sh in the distfile. --- diff --git a/ChangeLog b/ChangeLog index cd9c99a..d33bf7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-26 Eric Anholt + + * Makefile.am: + Include the autogen.sh in the distfile. + 2004-09-29 Dan Doel * 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}