makefile updates

This commit is contained in:
jsorg71 2005-04-20 01:43:58 +00:00
parent 3a7093caac
commit 367c19d3fb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -10,7 +10,7 @@ XRDPOBJ = xrdp.o xrdp_tcp.o xrdp_iso.o xrdp_mcs.o xrdp_sec.o \
CFLAGS = -Wall -O2 -I../common
C_OS_FLAGS = $(CFLAGS) -DUSE_OPENSSL -DUSE_PTHREAD -c
LDFLAGS = -L /usr/gnu/lib
LIBS = -lpthread -lcrypto
LIBS = -lpthread -lcrypto -ldl
#CC = g++
CC = gcc