summaryrefslogtreecommitdiffstats
path: root/xrdp/Makefile
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-04-20 01:43:58 +0000
committerjsorg71 <jsorg71>2005-04-20 01:43:58 +0000
commit367c19d3fbedf440a8008b1175ef19f4176dde53 (patch)
treea6380d8005294f2ff281a78517f911443656a202 /xrdp/Makefile
parent3a7093caacd542c9902e4c9fd62ca6cd8212296d (diff)
downloadxrdp-proprietary-367c19d3fbedf440a8008b1175ef19f4176dde53.tar.gz
xrdp-proprietary-367c19d3fbedf440a8008b1175ef19f4176dde53.zip
makefile updates
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