diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-01-27 01:27:44 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-01-27 01:27:44 +0000 |
commit | 840fa5f33cd220ec39f038a111071a7cd628a751 (patch) | |
tree | ae398119b1a4e92aed5d7e3ece9782f40445f3c7 | |
parent | f931341d9a4aea5d98a673da19c14fe0118d4f0f (diff) |
Include the autogen.sh in the distfile.
-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} |