diff options
Diffstat (limited to 'instfiles/Makefile.am')
-rw-r--r-- | instfiles/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/instfiles/Makefile.am b/instfiles/Makefile.am new file mode 100644 index 00000000..505ddf30 --- /dev/null +++ b/instfiles/Makefile.am @@ -0,0 +1,8 @@ + +SUBDIRS = \ + pam.d + +startscriptdir=$(sysconfdir)/xrdp + +startscript_DATA = \ + xrdp.sh |