2008-08-17 15:17:58 +08:00
|
|
|
|
|
|
|
SUBDIRS = \
|
|
|
|
pam.d
|
|
|
|
|
|
|
|
startscriptdir=$(sysconfdir)/xrdp
|
|
|
|
|
|
|
|
startscript_DATA = \
|
2009-08-12 09:53:34 +08:00
|
|
|
xrdp.sh \
|
|
|
|
km-0407.ini \
|
|
|
|
km-0409.ini \
|
|
|
|
km-0419.ini
|
2008-08-18 07:08:17 +08:00
|
|
|
|
|
|
|
# must be tab below
|
|
|
|
install-data-hook:
|
|
|
|
chmod 755 $(DESTDIR)$(sysconfdir)/xrdp/xrdp.sh
|
2009-08-08 09:35:28 +08:00
|
|
|
|
|
|
|
# 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
|