|
|
@ -32,28 +32,28 @@ startscript_DATA = \
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# platform specific files
|
|
|
|
# platform specific files
|
|
|
|
#
|
|
|
|
#
|
|
|
|
SUBDIRS=
|
|
|
|
SUBDIRS =
|
|
|
|
if LINUX
|
|
|
|
if LINUX
|
|
|
|
SUBDIRS+= \
|
|
|
|
SUBDIRS += \
|
|
|
|
pam.d \
|
|
|
|
pam.d \
|
|
|
|
pulse
|
|
|
|
pulse
|
|
|
|
startscript_DATA+= xrdp.sh
|
|
|
|
startscript_DATA += xrdp.sh
|
|
|
|
if HAVE_SYSTEMD
|
|
|
|
if HAVE_SYSTEMD
|
|
|
|
systemdsystemunit_DATA = \
|
|
|
|
systemdsystemunit_DATA = \
|
|
|
|
xrdp-sesman.service \
|
|
|
|
xrdp-sesman.service \
|
|
|
|
xrdp.service
|
|
|
|
xrdp.service
|
|
|
|
else
|
|
|
|
else
|
|
|
|
SUBDIRS+= \
|
|
|
|
SUBDIRS += \
|
|
|
|
default \
|
|
|
|
default \
|
|
|
|
init.d
|
|
|
|
init.d
|
|
|
|
endif # HAVE_SYSTEMD
|
|
|
|
endif # HAVE_SYSTEMD
|
|
|
|
endif # LINUX
|
|
|
|
endif # LINUX
|
|
|
|
|
|
|
|
|
|
|
|
if FREEBSD
|
|
|
|
if FREEBSD
|
|
|
|
SUBDIRS+= \
|
|
|
|
SUBDIRS += \
|
|
|
|
pam.d \
|
|
|
|
pam.d \
|
|
|
|
rc.d \
|
|
|
|
rc.d \
|
|
|
|
pulse
|
|
|
|
pulse
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|