move systemd unit to directory systemd/
This commit is contained in:
parent
f7669c201f
commit
0ab66db7b9
|
@ -32,8 +32,8 @@ ltmain.sh
|
||||||
missing
|
missing
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
/test-driver
|
/test-driver
|
||||||
mpd
|
/src/mpd
|
||||||
mpd.service
|
/systemd/mpd.service
|
||||||
stamp-h1
|
stamp-h1
|
||||||
tags
|
tags
|
||||||
*~
|
*~
|
||||||
|
|
|
@ -1185,7 +1185,7 @@ FILTER_LIBS = \
|
||||||
|
|
||||||
if HAVE_SYSTEMD
|
if HAVE_SYSTEMD
|
||||||
systemdsystemunit_DATA = \
|
systemdsystemunit_DATA = \
|
||||||
mpd.service
|
systemd/mpd.service
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -1796,7 +1796,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(mpd.service)
|
AC_CONFIG_FILES(systemd/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.'
|
||||||
|
|
Loading…
Reference in New Issue