summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-12-02 04:57:51 +0000
committerjsorg71 <jsorg71>2005-12-02 04:57:51 +0000
commit19314ec0551996d863743a911dfcaa0be7532d8b (patch)
treed9604861b79f6025fef7cb8224d03c65e6688a33 /Makefile
parent58976ccc9747a9cea00fe3b2b8f8a71a2e292117 (diff)
downloadxrdp-proprietary-19314ec0551996d863743a911dfcaa0be7532d8b.tar.gz
xrdp-proprietary-19314ec0551996d863743a911dfcaa0be7532d8b.zip
Makefile and file location changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 48fee44b..ffa9d044 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ clean:
install:
mkdir -p $(DESTDIR)
- mkdir -p $(CONFDIR)
+ mkdir -p $(CFGDIR)
mkdir -p $(PIDDIR)
mkdir -p $(MANDIR)
mkdir -p $(DOCDIR)
@@ -41,4 +41,5 @@ install:
make -C rdp install
make -C sesman install
make -C docs install
-# install instfiles/pam.d/sesman /etc/pam.d/sesman
+ install instfiles/pam.d/sesman /etc/pam.d/sesman
+ install instfiles/xrdpstart.sh $(DESTDIR)/xrdpstart.sh