aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorAndrei Valeriu BICA <abica@bitdefender.com>2019-10-07 16:19:02 +0300
committerDaniel Stenberg <daniel@haxx.se>2019-10-07 17:58:12 +0200
commitb905e26b0573e0b98c36e958c901480ac249350c (patch)
treec087e7b50bd2216cc24354d437a56676dafea2df /docs/examples/Makefile.inc
parent8bb3a95ce1577e2c8282e7d1c2830bde87cf5c3b (diff)
docs: added multi-event.c example
Similar to multi-uv.c but using libevent 2. This is a simpler libevent integration example then hiperfifo.c. Closes #4471
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 6fd8ecd76..f03fcf2f0 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -45,4 +45,4 @@ COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cpp cacertinmem.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 crawler.c ephiperfifo.c
+ threaded-shared-conn.c crawler.c ephiperfifo.c multi-event.c