diff options
author | jsorg71 <jsorg71> | 2005-02-04 03:41:54 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-02-04 03:41:54 +0000 |
commit | ebb8e2391e086b64b11afe2334c38d72aecf9907 (patch) | |
tree | 9ecd55cd04bb0a951e79b0693edaf55855d8d47a /vnc/Makefile | |
parent | a700d5b55500c2a663196f0f6039029a2e4e040d (diff) | |
download | xrdp-proprietary-ebb8e2391e086b64b11afe2334c38d72aecf9907.tar.gz xrdp-proprietary-ebb8e2391e086b64b11afe2334c38d72aecf9907.zip |
fix disconnect problems
Diffstat (limited to 'vnc/Makefile')
-rw-r--r-- | vnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc/Makefile b/vnc/Makefile index 9e70862f..b94673e2 100644 --- a/vnc/Makefile +++ b/vnc/Makefile @@ -1,5 +1,5 @@ -VNCOBJ = ../common/os_calls.o vnc.o d3des.o vncauth.o +VNCOBJ = ../common/os_calls.o vnc.o ../common/d3des.o vncauth.o CFLAGS = -Wall -O2 -I../common LDFLAGS = -shared LIBS = -ldl |