[libbluray-devel] Create tarballs in .bz2 format and not in .gz
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 16 10:39:43 CET 2011
libbluray | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 16 10:39:18 2011 +0100| [b9fa9156d86c27c045eece4373d6fe562827cc9a] | committer: Jean-Baptiste Kempf
Create tarballs in .bz2 format and not in .gz
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=b9fa9156d86c27c045eece4373d6fe562827cc9a
---
Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a55a439..874292c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,3 +7,7 @@ ACLOCAL_AMFLAGS=-I m4
EXTRA_DIST=bootstrap doc COPYING player_wrappers README.txt
MOSTLYCLEANFILES = $(DX_CLEANFILES)
+
+AUTOMAKE_OPTIONS = \
+ dist-bzip2 \
+ no-dist-gzip
More information about the libbluray-devel
mailing list