diff options
author | jsorg71 <jsorg71> | 2005-04-20 01:43:58 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-04-20 01:43:58 +0000 |
commit | 367c19d3fbedf440a8008b1175ef19f4176dde53 (patch) | |
tree | a6380d8005294f2ff281a78517f911443656a202 /vnc/Makefile | |
parent | 3a7093caacd542c9902e4c9fd62ca6cd8212296d (diff) | |
download | xrdp-proprietary-367c19d3fbedf440a8008b1175ef19f4176dde53.tar.gz xrdp-proprietary-367c19d3fbedf440a8008b1175ef19f4176dde53.zip |
makefile updates
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 82b126f9..a37edd88 100644 --- a/vnc/Makefile +++ b/vnc/Makefile @@ -1,6 +1,6 @@ VNCOBJ = vnc.o os_calls.o d3des.o -CFLAGS = -Wall -O2 -I../common +CFLAGS = -Wall -O2 -I../common -fPIC C_OS_FLAGS = $(CFLAGS) -c LDFLAGS = -shared LIBS = -ldl |