diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-11-19 17:09:15 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-11-19 17:17:38 -0800 |
commit | 46041ee91845846b3058454f8fa989674885f3c5 (patch) | |
tree | e43fd80dc7022d61039102354e91c4e7f2eded68 /docs/examples | |
parent | 1bb05ac16f0c2df768061d8c32d5ae827acd2946 (diff) |
Added a couple examples that were missing from the tar ball
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 62f0c1b22..34c1c0f1d 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 |