summaryrefslogtreecommitdiffstats
path: root/xrdp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/Makefile')
-rw-r--r--xrdp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/Makefile b/xrdp/Makefile
index e64d70f0..742ffef1 100644
--- a/xrdp/Makefile
+++ b/xrdp/Makefile
@@ -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