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 = \ SUBDIRS = \
pam.d \ pam.d \
default \
pulse pulse
if HAVE_SYSTEMD if HAVE_SYSTEMD
@ -13,6 +12,7 @@ systemdsystemunit_DATA = \
xrdp.service xrdp.service
else else
SUBDIRS+= SUBDIRS+=
default \
init.d init.d
endif endif