diff options
author | jsorg71 <jsorg71> | 2005-02-04 03:44:04 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-02-04 03:44:04 +0000 |
commit | d2da72f5c96f537a1b8bed9af0f5b648c06e530a (patch) | |
tree | e8608d340000850ab6799062fa552004370d79a1 /sesman/Makefile | |
parent | ebb8e2391e086b64b11afe2334c38d72aecf9907 (diff) | |
download | xrdp-proprietary-d2da72f5c96f537a1b8bed9af0f5b648c06e530a.tar.gz xrdp-proprietary-d2da72f5c96f537a1b8bed9af0f5b648c06e530a.zip |
use our own vnc passwd file
Diffstat (limited to 'sesman/Makefile')
-rw-r--r-- | sesman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/Makefile b/sesman/Makefile index 7844495d..fe964316 100644 --- a/sesman/Makefile +++ b/sesman/Makefile @@ -1,5 +1,5 @@ -SESMANOBJ = sesman.o ../common/os_calls.o +SESMANOBJ = sesman.o ../common/os_calls.o ../common/d3des.o CFLAGS = -Wall -O2 -I../common LDFLAGS = -L /usr/gnu/lib |