-ldl should be in libs

ulab-original
jsorg71 19 years ago
parent 55c9687858
commit 86c7f18e5c

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

Loading…
Cancel
Save