diff options
author | jsorg71 <jsorg71> | 2008-08-17 07:17:58 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-17 07:17:58 +0000 |
commit | 70321aa6c6a69c1fba20b0ff2f1ea950123c773a (patch) | |
tree | 0e90e79930355192118073b54ecc7612fac609c8 /instfiles/Makefile.am | |
parent | da73aee4c06cdb258ffe6815ecb723876e3914a8 (diff) | |
download | xrdp-proprietary-70321aa6c6a69c1fba20b0ff2f1ea950123c773a.tar.gz xrdp-proprietary-70321aa6c6a69c1fba20b0ff2f1ea950123c773a.zip |
add instfiles
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 |