diff options
author | 2004-11-20 00:28:03 +0000 | |
---|---|---|
committer | 2004-11-20 00:28:03 +0000 | |
commit | ebe90135b22bfaff450c21dfa99db580a393f8ed (patch) | |
tree | e154d96809c7e3ff23dd6a38b8981ad22e055d89 /Makefile.am | |
parent | annoying autotool files. stuck usual copyright stuff w/ gpl v2 notice in COP... (diff) | |
download | sandbox-ebe90135b22bfaff450c21dfa99db580a393f8ed.tar.gz sandbox-ebe90135b22bfaff450c21dfa99db580a393f8ed.tar.bz2 sandbox-ebe90135b22bfaff450c21dfa99db580a393f8ed.zip |
changed the dist target to include building bz2'd tarballs.
Signed-off-by: Brian Harring <ferringb@gentoo.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5fed368..df79d30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,3 +14,5 @@ BUILT_SOURCES = localdecls.h localdecls.h: Makefile ./create-localdecls + +AUTOMAKE_OPTIONS = dist-bzip2 |