diff options
author | jsorg71 <jsorg71> | 2005-12-02 04:57:51 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-12-02 04:57:51 +0000 |
commit | 19314ec0551996d863743a911dfcaa0be7532d8b (patch) | |
tree | d9604861b79f6025fef7cb8224d03c65e6688a33 /Makefile | |
parent | 58976ccc9747a9cea00fe3b2b8f8a71a2e292117 (diff) | |
download | xrdp-proprietary-19314ec0551996d863743a911dfcaa0be7532d8b.tar.gz xrdp-proprietary-19314ec0551996d863743a911dfcaa0be7532d8b.zip |
Makefile and file location changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |