From: Dan Fandrich Date: Sat, 20 Nov 2010 01:09:15 +0000 (-0800) Subject: Added a couple examples that were missing from the tar ball X-Git-Tag: curl-7_21_3~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46041ee91845846b3058454f8fa989674885f3c5;p=thirdparty%2Fcurl.git Added a couple examples that were missing from the tar ball --- diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 62f0c1b222..34c1c0f1d7 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -10,4 +10,5 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \ # available on POSIX systems, so don't bother attempting to compile them here. COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cc cacertinmem.c \ ftpuploadresume.c ghiper.c hiperfifo.c htmltidy.c multithread.c \ - opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c + opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c \ + smooth-gtk-thread.c version-check.pl