aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-01-27 01:27:44 +0000
committerEric Anholt <anholt@freebsd.org>2005-01-27 01:27:44 +0000
commit840fa5f33cd220ec39f038a111071a7cd628a751 (patch)
treeae398119b1a4e92aed5d7e3ece9782f40445f3c7
parentMake xcompmgr distcheck and have a sane package name/version, and bump (diff)
downloadxcman-840fa5f33cd220ec39f038a111071a7cd628a751.tar.gz
xcman-840fa5f33cd220ec39f038a111071a7cd628a751.tar.bz2
xcman-840fa5f33cd220ec39f038a111071a7cd628a751.tar.xz
Include the autogen.sh in the distfile.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cd9c99a..d33bf7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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}