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 /Makefile.am | |
parent | Make xcompmgr distcheck and have a sane package name/version, and bump (diff) | |
download | xcman-840fa5f33cd220ec39f038a111071a7cd628a751.tar.gz xcman-840fa5f33cd220ec39f038a111071a7cd628a751.tar.bz2 xcman-840fa5f33cd220ec39f038a111071a7cd628a751.tar.xz |
Include the autogen.sh in the distfile.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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} |