Generate tar.xz for dist.

This commit is contained in:
Dave Davenport 2015-03-02 22:23:55 +01:00
parent 6238816a5b
commit ab0f53caf6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ AC_CONFIG_HEADER([config.h])
##
# Setup automake to be silent and in foreign mode.
##
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects dist-xz])
AM_SILENT_RULES([yes])
##