From 63b3893dd584e3dab11df3ddaaace7648368c547 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Wed, 23 May 2007 05:53:03 +0000 Subject: [PATCH] added vars so tools don't install in root dir --- sesman/tools/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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)