aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorLijo Antony <lta@one.com>2012-11-21 14:19:45 +0400
committerDaniel Stenberg <daniel@haxx.se>2012-11-21 18:21:31 +0100
commitba33665d1ffc27ccbb9a65c6af058c7c977c9614 (patch)
tree8921a34efbb533a034e11256c26025d522687b44 /docs/examples/Makefile.inc
parent67f053b6724499185b947fbfa11d7a01061129a8 (diff)
examples: Added a c++ example of using multi with boost::asio
Added an example for demonstrating the usage of curl multi interface with boost::asio in c++
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index 2b31f86fb..e1f24cb7c 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -12,4 +12,4 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
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 \
- smooth-gtk-thread.c version-check.pl href_extractor.c
+ smooth-gtk-thread.c version-check.pl href_extractor.c asiohiper.cpp