diff options
author | jsorg71 <jsorg71> | 2008-05-07 03:22:52 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-05-07 03:22:52 +0000 |
commit | 696b10b5ab1fecd8aa4401617e25343088a2a5ef (patch) | |
tree | baaee92587699e3869222d938f4b4befff4ee0dd /sesman | |
parent | 71f58fad8bddd07a708d04ff7d9e32b7c6268567 (diff) | |
download | xrdp-proprietary-696b10b5ab1fecd8aa4401617e25343088a2a5ef.tar.gz xrdp-proprietary-696b10b5ab1fecd8aa4401617e25343088a2a5ef.zip |
sesman.ini does not have a prefix
Diffstat (limited to 'sesman')
-rw-r--r-- | sesman/libscp/Makefile | 2 |
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\" |