aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-12 21:22:36 +0100
committerMax Kellermann <max@duempel.org>2014-02-12 21:22:36 +0100
commit9e02b13ab3b26ca1da6b1df2cf6ad9e9b281b2e0 (patch)
treec0f407866730f1607d64022c6819963bf6a7dfad /Makefile.am
parent5a486a940c069e3e9cafd7061c3d7b714ce9877e (diff)
downloadmpd-9e02b13ab3b26ca1da6b1df2cf6ad9e9b281b2e0.tar.gz
mpd-9e02b13ab3b26ca1da6b1df2cf6ad9e9b281b2e0.tar.xz
mpd-9e02b13ab3b26ca1da6b1df2cf6ad9e9b281b2e0.zip
systemd: add socket activation files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b8a709c07..8cf8ec5ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1250,6 +1250,7 @@ FILTER_LIBS = \
if HAVE_SYSTEMD
systemdsystemunit_DATA = \
+ systemd/mpd.socket \
systemd/mpd.service
endif