From 75d068b7cd188bc1fb1d0c40678e764496dafb4c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 5 Dec 2017 11:24:52 +0100 Subject: [PATCH] Makefile.am: include Windows cross-build script in source tarball --- Makefile.am | 2 ++ NEWS | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1d47c613e..52221db74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2412,6 +2412,7 @@ EXTRA_DIST = $(doc_DATA) autogen.sh \ $(man_MANS) $(DOCBOOK_FILES) doc/mpdconf.example doc/doxygen.conf \ $(wildcard $(srcdir)/doc/include/*.xml) \ systemd/system/mpd.socket \ + $(wildcard $(srcdir)/python/build/*.py) \ android/AndroidManifest.xml \ android/build.py \ android/custom_rules.xml \ @@ -2419,5 +2420,6 @@ EXTRA_DIST = $(doc_DATA) autogen.sh \ android/src/Bridge.java \ android/src/Loader.java \ android/src/Main.java \ + win32/build.py \ win32/res/mpd.rc.in win32/res/mpd.ico \ src/haiku/App_MusicPD diff --git a/NEWS b/NEWS index 6cd9c76fc..d66b959ea 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ ver 0.20.13 (not yet released) - simple: fix "mount" bug caused by bad compiler optimization - upnp: work around libupnp 1.6.24 API breakage * queue: fix spuriously misplaced prioritized songs +* include Windows cross-build script in source tarball ver 0.20.12 (2017/11/25) * database