Commit d6d9dc9d authored by Max Kellermann's avatar Max Kellermann

Makefile.am: include scripts/*.rb in tarball

Fix out-of-tree build by prepending $(srcdir)/, and change *.sh to *.rb.
parent dc57966d
......@@ -2152,7 +2152,7 @@ EXTRA_DIST = $(doc_DATA) autogen.sh \
test/test_archive_bzip2.sh \
test/test_archive_iso9660.sh \
test/test_archive_zzip.sh \
$(wildcard scripts/*.sh) \
$(wildcard $(srcdir)/scripts/*.rb) \
$(man_MANS) $(DOCBOOK_FILES) doc/mpdconf.example doc/doxygen.conf \
systemd/mpd.socket \
android/AndroidManifest.xml \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment