diff options
author | jsorg71 <jsorg71> | 2007-05-23 05:53:03 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-05-23 05:53:03 +0000 |
commit | 63b3893dd584e3dab11df3ddaaace7648368c547 (patch) | |
tree | 30149501d2788d4a1f88d64230fbdbb2975c5445 /sesman/tools | |
parent | 70ece1d8cbfc794e681ef9fcb3787a091ba8d582 (diff) | |
download | xrdp-proprietary-63b3893dd584e3dab11df3ddaaace7648368c547.tar.gz xrdp-proprietary-63b3893dd584e3dab11df3ddaaace7648368c547.zip |
added vars so tools don't install in root dir
Diffstat (limited to 'sesman/tools')
-rw-r--r-- | sesman/tools/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sesman/tools/Makefile b/sesman/tools/Makefile index 46ec9e50..210bdc2c 100644 --- a/sesman/tools/Makefile +++ b/sesman/tools/Makefile @@ -7,6 +7,12 @@ SESTESTOBJ = sestest.o \ SESRUNOBJ = sesrun.o config.o tcp.o \ os_calls.o d3des.o list.o file.o log.o +DESTDIR = /usr/local/xrdp +CFGDIR = /etc/xrdp +PIDDIR = /var/run +MANDIR = /usr/local/man +DOCDIR = /usr/doc/xrdp + DEFINES = -DLIBSCP_CLIENT CFLAGS = -Wall -O2 -I../../common -I../ -I/usr/include/nptl -I../libscp $(DEFINES) |