summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-12-13 10:53:41 +0100
committerMax Kellermann <max@musicpd.org>2016-12-13 10:53:41 +0100
commit7e43fb79af7ceb3999dcbe309253b16406fe9429 (patch)
tree0e62afd3f7cb75be13613f18ef3690c2403177f1
parenteb2b567da61f33e0e0f1c1e022349a6d97d82b5d (diff)
Makefile.am: fix mpd.socket path in EXTRA_DIST
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ec1bb0bbf..a7746e2f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2171,7 +2171,7 @@ EXTRA_DIST = $(doc_DATA) autogen.sh \
$(wildcard $(srcdir)/scripts/*.rb) \
$(man_MANS) $(DOCBOOK_FILES) doc/mpdconf.example doc/doxygen.conf \
$(wildcard $(srcdir)/doc/include/*.xml) \
- systemd/mpd.socket \
+ systemd/system/mpd.socket \
android/AndroidManifest.xml \
android/build.py \
android/custom_rules.xml \