instfiles: default/xrdp is not needed as well on systemd

This commit is contained in:
Koichiro IWAO 2015-04-27 09:28:27 +09:00
parent ea0aba4ae3
commit 2ce05038fd

View File

@ -4,7 +4,6 @@ xrdp.service
SUBDIRS = \
pam.d \
default \
pulse
if HAVE_SYSTEMD
@ -13,6 +12,7 @@ systemdsystemunit_DATA = \
xrdp.service
else
SUBDIRS+=
default \
init.d
endif