diff options
author | jsorg71 <jsorg71> | 2008-05-07 03:24:06 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-05-07 03:24:06 +0000 |
commit | 84c94f1c22fd648a23d7fd4930cf3bfac619f03d (patch) | |
tree | 7a3bc50924fd3d7e28efe3bbc1cceb98a8a43045 /sesman/Makefile | |
parent | 696b10b5ab1fecd8aa4401617e25343088a2a5ef (diff) | |
download | xrdp-proprietary-84c94f1c22fd648a23d7fd4930cf3bfac619f03d.tar.gz xrdp-proprietary-84c94f1c22fd648a23d7fd4930cf3bfac619f03d.zip |
sesman.pid has a prefix
Diffstat (limited to 'sesman/Makefile')
-rw-r--r-- | sesman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/Makefile b/sesman/Makefile index 29e852be..60007142 100644 --- a/sesman/Makefile +++ b/sesman/Makefile @@ -12,7 +12,7 @@ LIBDIR = /usr/local/lib/xrdp SBINDIR = /usr/local/sbin DEFINES = -DSESMAN_CFG_FILE=\"$(CFGDIR)/sesman.ini\" \ - -DSESMAN_PID_FILE=\"$(PIDDIR)/sesman.pid\" + -DSESMAN_PID_FILE=\"$(PIDDIR)/xrdp-sesman.pid\" CFLAGS = -Wall -O2 -I../common -I/usr/include/nptl -I./libscp $(DEFINES) LDFLAGS = -L/usr/gnu/lib -L/usr/lib/nptl -L./libscp -Wl,-rpath,$(LIBDIR) -lpthread -ldl -lscp |