aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/Makefile.example')
-rw-r--r--docs/examples/Makefile.example3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/examples/Makefile.example b/docs/examples/Makefile.example
index 0852c0f3c..7afe04cf6 100644
--- a/docs/examples/Makefile.example
+++ b/docs/examples/Makefile.example
@@ -29,9 +29,8 @@ LDFLAGS = -L/home/dast/lib -L/usr/local/ssl/lib
# We need -lcurl for the curl stuff
# We need -lsocket and -lnsl when on Solaris
# We need -lssl and -lcrypto when using libcurl with SSL support
-# We need -ldl for dlopen() if that is in libdl
# We need -lpthread for the pthread example
-LIBS = -lcurl -lsocket -lnsl -lssl -lcrypto -dl
+LIBS = -lcurl -lsocket -lnsl -lssl -lcrypto
# Link the target with all objects and libraries
$(TARGET) : $(OBJS)