summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-05-07 03:22:52 +0000
committerjsorg71 <jsorg71>2008-05-07 03:22:52 +0000
commit696b10b5ab1fecd8aa4401617e25343088a2a5ef (patch)
treebaaee92587699e3869222d938f4b4befff4ee0dd /sesman
parent71f58fad8bddd07a708d04ff7d9e32b7c6268567 (diff)
downloadxrdp-proprietary-696b10b5ab1fecd8aa4401617e25343088a2a5ef.tar.gz
xrdp-proprietary-696b10b5ab1fecd8aa4401617e25343088a2a5ef.zip
sesman.ini does not have a prefix
Diffstat (limited to 'sesman')
-rw-r--r--sesman/libscp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/libscp/Makefile b/sesman/libscp/Makefile
index c4774aae..be53aff9 100644
--- a/sesman/libscp/Makefile
+++ b/sesman/libscp/Makefile
@@ -14,7 +14,7 @@ LIBSCPLNAME = libscp.so
LIBSCPSONAME = $(LIBSCPLNAME).1
LIBSCPFNAME = $(LIBSCPSONAME).0.0
-DEFINES = -DSESMAN_CFG_FILE=\"$(CFGDIR)/xrdp-sesman.ini\" \
+DEFINES = -DSESMAN_CFG_FILE=\"$(CFGDIR)/sesman.ini\" \
-DSESMAN_PID_FILE=\"$(PIDDIR)/xrdp-sesman.pid\" \
-DSESMAN_SESSVC_FILE=\"xrdp-sessvc\"