diff options
author | Max Kellermann <max@duempel.org> | 2013-04-08 22:11:42 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-08 22:11:42 +0200 |
commit | 2c4b99817025c8aa2734877bb74af36f90436330 (patch) | |
tree | 13622752eb0f0ada915c3e407222e662f050bd03 /Makefile.am | |
parent | 8becbb8b085278ba6441ec750e23ab3b2f79b386 (diff) | |
parent | 0a9c7ff6cf9ce560767f3971fd88843976b9dc61 (diff) | |
download | mpd-2c4b99817025c8aa2734877bb74af36f90436330.tar.gz mpd-2c4b99817025c8aa2734877bb74af36f90436330.tar.xz mpd-2c4b99817025c8aa2734877bb74af36f90436330.zip |
Merge tag 'release-0.17.4'
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 2e3029297..0a88e587a 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) |