gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 34/125: examples: move threaded-shared-conn.c to th


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 34/125: examples: move threaded-shared-conn.c to the "complicated" ones
Date: Sun, 21 Jan 2018 23:41:29 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit bb0ca2d443951ab9d38965913329ada7220526fd
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Dec 6 14:49:12 2017 +0100

    examples: move threaded-shared-conn.c to the "complicated" ones
    
    ... due it relying on pthreads to link.
---
 docs/examples/Makefile.inc | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index b560882f4..9e4e1ffaa 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]