You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
464 B
20 lines
464 B
|
|
SUBDIRS = \
|
|
pam.d
|
|
|
|
startscriptdir=$(sysconfdir)/xrdp
|
|
|
|
startscript_DATA = \
|
|
xrdp.sh \
|
|
km-0407.ini \
|
|
km-0409.ini \
|
|
km-0419.ini
|
|
|
|
# must be tab below
|
|
install-data-hook:
|
|
chmod 755 $(DESTDIR)$(sysconfdir)/xrdp/xrdp.sh
|
|
|
|
# if [ -w /etc/init.d ]; then rm -f /etc/init.d/xrdp.sh; fi
|
|
# if [ -w /etc/init.d ]; then $(LN_S) $(DESTDIR)$(sysconfdir)/xrdp/xrdp.sh /etc/init.d/xrdp.sh; fi
|
|
# $(DESTDIR)$(bindir)/xrdp-keygen xrdp $(DESTDIR)$(sysconfdir)/xrdp/rsakeys.ini
|