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 | f931341d9a4aea5d98a673da19c14fe0118d4f0f (diff) |
Include the autogen.sh in the distfile.
Diffstat (limited to 'Makefile.am')
-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} |