aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.inc
diff options
context:
space:
mode:
authorMichaƂ Kowalczyk <netuskowal@gmail.com>2012-10-18 16:45:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-10-18 16:45:51 +0200
commit8ffc971138a4f23dcabf45197255a059bf9e1b52 (patch)
tree13ff3916a73f288f441bdc706acb88a6c5375124 /docs/examples/Makefile.inc
parentf1d2e1850819f54d1c950989614da7445bdd457f (diff)
href_extractor: example code extracting href elements
It does so in a streaming manner using the "Streaming HTML parser".
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 b548ebf7b..2b31f86fb 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
+ smooth-gtk-thread.c version-check.pl href_extractor.c