aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.example
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-15 12:56:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-15 12:56:38 +0000
commit9e1e31869102027257a494086817aea355673936 (patch)
tree20985a7aef23c48043b5e01ee0d0672aed863202 /docs/examples/Makefile.example
parente1132ecbe6c73954feac45888f5804a917dfa2ae (diff)
We need -lpthread for the pthread example
Diffstat (limited to 'docs/examples/Makefile.example')
-rw-r--r--docs/examples/Makefile.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/Makefile.example b/docs/examples/Makefile.example
index f18baa2d6..03e7c3f64 100644
--- a/docs/examples/Makefile.example
+++ b/docs/examples/Makefile.example
@@ -30,6 +30,7 @@ LDFLAGS = -L/home/dast/lib -L/usr/local/ssl/lib
# 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
# Link the target with all objects and libraries