diff options
author | jsorg71 <jsorg71> | 2005-02-11 02:54:26 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-02-11 02:54:26 +0000 |
commit | 8f2b4512cfb57dc1f9a719675ac15ecb3ad17a0c (patch) | |
tree | 9639e1ff243c53e9bb8351c6d2e7a4149a018f4c /xrdp/Makefile | |
parent | cf6e2abd416c26105396fa0dd1834e3879fa2e08 (diff) | |
download | xrdp-proprietary-8f2b4512cfb57dc1f9a719675ac15ecb3ad17a0c.tar.gz xrdp-proprietary-8f2b4512cfb57dc1f9a719675ac15ecb3ad17a0c.zip |
fix some crashes and added some debug messages
Diffstat (limited to 'xrdp/Makefile')
-rw-r--r-- | xrdp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdp/Makefile b/xrdp/Makefile index b37570cc..d3f4d5c0 100644 --- a/xrdp/Makefile +++ b/xrdp/Makefile @@ -11,6 +11,7 @@ XRDPOBJ = ../common/os_calls.o \ CFLAGS = -Wall -O2 -I../common LDFLAGS = -L /usr/gnu/lib LIBS = -lpthread -lcrypto +#CC = g++ CC = gcc all: xrdp |