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 /Makefile.am | |
parent | f3832bcaa863fcbca09b8b108d7e083291c34e40 (diff) | |
download | mpd-1894aed26142c919e49289e9e154673f658d955c.tar.gz mpd-1894aed26142c919e49289e9e154673f658d955c.tar.xz mpd-1894aed26142c919e49289e9e154673f658d955c.zip |
Makefile.am: enable "dist-xz"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |