diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2014-03-11 15:51:34 +0000 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2014-03-11 15:51:34 +0000 |
commit | 17f884dbe7973705a7fcb9de38b269f00b703ab4 (patch) | |
tree | a780271fafb1475c254a26b87f24e98223937a2d | |
parent | 66bb1a7bccd279ed771e2d70cdb9126ab2f0e8d0 (diff) | |
download | xine-lib-17f884dbe7973705a7fcb9de38b269f00b703ab4.tar.gz xine-lib-17f884dbe7973705a7fcb9de38b269f00b703ab4.tar.bz2 |
Build xz-compressed tarballs.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0ebd8a6ad..512ebd3bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ include $(top_srcdir)/misc/Makefile.quiet -AUTOMAKE_OPTIONS = 1.9 no-dist-gzip dist-bzip2 +AUTOMAKE_OPTIONS = 1.9 no-dist-gzip dist-xz ACLOCAL_AMFLAGS = -I m4 |