aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-08 21:33:38 +0200
committerMax Kellermann <max@duempel.org>2013-04-08 21:35:45 +0200
commit1894aed26142c919e49289e9e154673f658d955c (patch)
treebc0c502d9faec1d24337ac2a364699d6e8fc8d79
parentf3832bcaa863fcbca09b8b108d7e083291c34e40 (diff)
downloadmpd-1894aed26142c919e49289e9e154673f658d955c.tar.gz
mpd-1894aed26142c919e49289e9e154673f658d955c.tar.xz
mpd-1894aed26142c919e49289e9e154673f658d955c.zip
Makefile.am: enable "dist-xz"
-rw-r--r--.gitignore2
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c86964e5c..a876b705e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,3 +73,5 @@ test/test_vorbis_encoder
/*.tar.gz
/*.tar.bz2
+/*.tar.xz
+/mpd-*/
diff --git a/Makefile.am b/Makefile.am
index a0b32f8be..90fa3481c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = foreign 1.11 dist-bzip2 subdir-objects
+AUTOMAKE_OPTIONS = foreign 1.11 dist-bzip2 dist-xz subdir-objects
AM_CPPFLAGS += -I$(srcdir)/src $(GLIB_CFLAGS)
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])