diff options
author | Max Kellermann <max@duempel.org> | 2013-04-08 21:33:38 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-08 21:35:45 +0200 |
commit | 1894aed26142c919e49289e9e154673f658d955c (patch) | |
tree | bc0c502d9faec1d24337ac2a364699d6e8fc8d79 /configure.ac | |
parent | f3832bcaa863fcbca09b8b108d7e083291c34e40 (diff) | |
download | mpd-1894aed26142c919e49289e9e154673f658d955c.tar.gz mpd-1894aed26142c919e49289e9e154673f658d955c.tar.xz mpd-1894aed26142c919e49289e9e154673f658d955c.zip |
Makefile.am: enable "dist-xz"
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 05f288822..8c0af6ddf 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ VERSION_REVISION=0 VERSION_EXTRA=0 AC_CONFIG_SRCDIR([src/main.c]) -AM_INIT_AUTOMAKE([foreign 1.11 dist-bzip2 subdir-objects]) +AM_INIT_AUTOMAKE([foreign 1.11 dist-bzip2 dist-xz subdir-objects]) AM_SILENT_RULES AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) |