From 83f6498aac5f3d62611d392c8a35f1b1fcf1e75a Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 30 Sep 2011 08:37:36 +0200 Subject: Install systemd service file if systemd is available --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 478614406..45dd631af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -802,6 +802,15 @@ FILTER_SRC = \ src/filter/volume_filter_plugin.c +# +# systemd unit +# + +if HAVE_SYSTEMD +systemdsystemunit_DATA = \ + mpd.service +endif + # # Sparse code analysis # -- cgit v1.2.3