1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Generate tar.xz for dist.

This commit is contained in:
Dave Davenport 2015-03-02 22:23:55 +01:00
parent 6238816a5b
commit ab0f53caf6

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])
##