-ldl should be in libs

This commit is contained in:
jsorg71 2005-11-20 06:02:28 +00:00
parent 55c9687858
commit 86c7f18e5c

View File

@ -6,8 +6,8 @@ LIBXRDPOBJ = libxrdp.o xrdp_tcp.o xrdp_iso.o xrdp_mcs.o \
CFLAGS = -Wall -O2 -I../common -fPIC
C_OS_FLAGS = $(CFLAGS) -c
LDFLAGS = -ldl -shared
LIBS = -lcrypto
LDFLAGS = -shared
LIBS = -ldl -lcrypto
CC = gcc
all: libxrdp