diff options
author | jsorg71 <jsorg71> | 2005-11-20 06:02:28 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-11-20 06:02:28 +0000 |
commit | 86c7f18e5ca97fcd4c68bc6605a3dfacf7a57c27 (patch) | |
tree | 165661f466a45730048eca5f48a118445a666ef8 | |
parent | 55c9687858b1c2153c89e178ff26181dc162fb09 (diff) | |
download | xrdp-proprietary-86c7f18e5ca97fcd4c68bc6605a3dfacf7a57c27.tar.gz xrdp-proprietary-86c7f18e5ca97fcd4c68bc6605a3dfacf7a57c27.zip |
-ldl should be in libs
-rw-r--r-- | libxrdp/Makefile | 4 |
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 |