summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libxrdp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxrdp/Makefile b/libxrdp/Makefile
index 5eedcd18..3eb305d8 100644
--- a/libxrdp/Makefile
+++ b/libxrdp/Makefile
@@ -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