aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorClemens Gruber <clemensgru@gmail.com>2013-03-26 23:22:30 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-03-27 09:24:49 +0100
commit142755fa5cdd2fea72c68663bfefeb9c6ccf5315 (patch)
tree41ed75e2d4471e9203e9857786eed778884e07b3 /docs/examples/Makefile.inc
parentacafe9c160e6c299d48d72ab93fdb7abfcbf3ed2 (diff)
Added libuv example multi-uv.c
Diffstat (limited to 'docs/examples/Makefile.inc')
-rw-r--r--docs/examples/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index 9aabfcabd..2ce561305 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -12,4 +12,5 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cpp 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 asiohiper.cpp
+ smooth-gtk-thread.c version-check.pl href_extractor.c asiohiper.cpp \
+ multi-uv.c