aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-11-21 10:10:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-11-21 10:10:33 +0000
commitdd2fc45c27d71faf5d37abb313758c0df6c9afd4 (patch)
tree95af575596fc9d29b7be63be495c764223aef4c8 /docs/examples/Makefile.inc
parentba9f8c674c30af4d925f075cebaad00f84a44cee (diff)
Markus Koetter's adaptation of hiperfifo.c to instead use libev
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 c3ee0228b..14ba74e8c 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -12,5 +12,5 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface \
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
+ opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c