aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-08 12:29:56 +0100
committerMax Kellermann <max@duempel.org>2013-11-08 12:29:56 +0100
commit993eca9327b2f9985627f6f4e459f2d78b7799b3 (patch)
tree4760167f95ee7f38de4a4e41bb30575ceabea775 /Makefile.am
parente314844a4d6e7f08e027717786c770afab66fb3f (diff)
downloadmpd-993eca9327b2f9985627f6f4e459f2d78b7799b3.tar.gz
mpd-993eca9327b2f9985627f6f4e459f2d78b7799b3.tar.xz
mpd-993eca9327b2f9985627f6f4e459f2d78b7799b3.zip
Makefile.am: disable dist-bzip2
bzip2-compressed tarballs are obsolete, xz is better and widely understood.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e31b58a1a..7240cb3f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = foreign 1.11 dist-bzip2 dist-xz subdir-objects
+AUTOMAKE_OPTIONS = foreign 1.11 dist-xz subdir-objects
AM_CPPFLAGS += -I$(srcdir)/src $(GLIB_CFLAGS)