Commit 53e22b81 authored by Max Kellermann's avatar Max Kellermann

systemd: add "system" sub directory

parent 3fc9d50a
...@@ -35,7 +35,7 @@ tags ...@@ -35,7 +35,7 @@ tags
/mkinstalldirs /mkinstalldirs
/build /build
/src/mpd /src/mpd
/systemd/mpd.service /systemd/system/mpd.service
/stamp-h1 /stamp-h1
/src/dsd2pcm/dsd2pcm /src/dsd2pcm/dsd2pcm
......
...@@ -1449,8 +1449,8 @@ FILTER_LIBS = \ ...@@ -1449,8 +1449,8 @@ FILTER_LIBS = \
if HAVE_SYSTEMD if HAVE_SYSTEMD
systemdsystemunit_DATA = \ systemdsystemunit_DATA = \
systemd/mpd.socket \ systemd/system/mpd.socket \
systemd/mpd.service systemd/system/mpd.service
endif endif
......
...@@ -1905,7 +1905,7 @@ dnl Generate files ...@@ -1905,7 +1905,7 @@ dnl Generate files
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
AC_CONFIG_FILES(Makefile) AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(doc/doxygen.conf) AC_CONFIG_FILES(doc/doxygen.conf)
AC_CONFIG_FILES(systemd/mpd.service) AC_CONFIG_FILES(systemd/system/mpd.service)
AC_OUTPUT AC_OUTPUT
echo 'MPD is ready for compilation, type "make" to begin.' echo 'MPD is ready for compilation, type "make" to begin.'
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