Makefile.am: include Windows cross-build script in source tarball
This commit is contained in:
parent
1208503888
commit
75d068b7cd
|
@ -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
1
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
|
||||
|
|
Loading…
Reference in New Issue