summaryrefslogtreecommitdiffstats
path: root/sesman/libscp/Makefile
diff options
context:
space:
mode:
authorilsimo <ilsimo>2008-02-21 15:50:31 +0000
committerilsimo <ilsimo>2008-02-21 15:50:31 +0000
commit57484bd7016c6e56854dc4c34ac0dc8077a07014 (patch)
treedc081809815ab499c9b8827fc92e7c2b7b03df09 /sesman/libscp/Makefile
parent4c9d3862e55ab5d6fa734549478bb0a00be9f7ed (diff)
downloadxrdp-proprietary-57484bd7016c6e56854dc4c34ac0dc8077a07014.tar.gz
xrdp-proprietary-57484bd7016c6e56854dc4c34ac0dc8077a07014.zip
more work on logging
Diffstat (limited to 'sesman/libscp/Makefile')
-rw-r--r--sesman/libscp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sesman/libscp/Makefile b/sesman/libscp/Makefile
index fa2d594d..1e88c82d 100644
--- a/sesman/libscp/Makefile
+++ b/sesman/libscp/Makefile
@@ -21,7 +21,8 @@ DEFINES = -DSESMAN_CFG_FILE=\"$(CFGDIR)/sesman.ini\" \
-DSESMAN_PID_FILE=\"$(PIDDIR)/sesman.pid\" \
-DSESMAN_SESSVC_FILE=\"sessvc\"
-CFLAGS = -Wall -O2 -I../../common -I/usr/include/nptl -fPIC $(DEFINES)
+#CFLAGS = -Wall -O2 -I../../common -I/usr/include/nptl -fPIC $(DEFINES)
+CFLAGS = -Wall -g -I../../common -I/usr/include/nptl -fPIC $(DEFINES)
LDFLAGS = -shared -L/usr/gnu/lib -L/usr/lib/nptl -lpthread
C_OS_FLAGS = $(CFLAGS) -c
CC = gcc