diff options
author | jsorg71 <jsorg71> | 2005-03-01 01:14:37 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-03-01 01:14:37 +0000 |
commit | 8e807eefd25dd678d525fd0b8248e397fae6ffa9 (patch) | |
tree | 6c2de5450e62f9b7f9aaa8ee6095d70fe5f07f56 /xrdp | |
parent | dda1ae712c51dc84b17f439c7b6009ef0a266692 (diff) | |
download | xrdp-proprietary-8e807eefd25dd678d525fd0b8248e397fae6ffa9.tar.gz xrdp-proprietary-8e807eefd25dd678d525fd0b8248e397fae6ffa9.zip |
moved some functions around and changed some ifdefs
Diffstat (limited to 'xrdp')
-rw-r--r-- | xrdp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/Makefile b/xrdp/Makefile index d3f4d5c0..b9844f52 100644 --- a/xrdp/Makefile +++ b/xrdp/Makefile @@ -7,8 +7,8 @@ XRDPOBJ = ../common/os_calls.o \ xrdp_login_wnd.o xrdp_file.o xrdp_bitmap_compress.o \ xrdp_interface.o -#CFLAGS = -Wall -O2 -I../common -DXRDP_DEBUG -CFLAGS = -Wall -O2 -I../common +#CFLAGS = -Wall -O2 -I../common -DXRDP_DEBUG -DUSE_OPENSSL -DUSE_PTHREAD +CFLAGS = -Wall -O2 -I../common -DUSE_OPENSSL -DUSE_PTHREAD LDFLAGS = -L /usr/gnu/lib LIBS = -lpthread -lcrypto #CC = g++ |