Makefile.am: include Windows cross-build script in source tarball

This commit is contained in:
Max Kellermann 2017-12-05 11:24:52 +01:00
parent 1208503888
commit 75d068b7cd
2 changed files with 3 additions and 0 deletions

View File

@ -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

1
NEWS
View File

@ -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