]> granicus.if.org Git - curl/commitdiff
examples: move threaded-shared-conn.c to the "complicated" ones
authorDaniel Stenberg <daniel@haxx.se>
Wed, 6 Dec 2017 13:49:12 +0000 (14:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Dec 2017 13:49:58 +0000 (14:49 +0100)
... due it relying on pthreads to link.

docs/examples/Makefile.inc

index b560882f44de145f89c51fd217755227ee10f192..9e4e1ffaa40bffbefe80e715481aa5971a924e33 100644 (file)
@@ -34,12 +34,13 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
   imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \
   http2-upload http2-serverpush getredirect ftpuploadfrommem               \
   ftpuploadresume sslbackend postit2-formadd multi-formadd                 \
-  shared-connection-cache threaded-shared-conn
+  shared-connection-cache
 
 # These examples require external dependencies that may not be commonly
 # available on POSIX systems, so don't bother attempting to compile them here.
-COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cpp cacertinmem.c       \
-  ghiper.c hiperfifo.c htmltidy.c multithread.c          \
-  opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c \
-  smooth-gtk-thread.c version-check.pl href_extractor.c asiohiper.cpp      \
-  multi-uv.c xmlstream.c usercertinmem.c sessioninfo.c
+COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cpp cacertinmem.c   \
+  ghiper.c hiperfifo.c htmltidy.c multithread.c opensslthreadlock.c    \
+  sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c                 \
+  smooth-gtk-thread.c version-check.pl href_extractor.c asiohiper.cpp  \
+  multi-uv.c xmlstream.c usercertinmem.c sessioninfo.c                 \
+  threaded-shared-conn.c