diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-05-19 11:21:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-05-19 11:21:56 +0200 |
commit | ee84c47655e8bed035b5e9a85eb11f1f0b5df5e2 (patch) | |
tree | 598fefb3ade442ca3b938dc0b6e5d6296a058dc5 /docs/examples | |
parent | ce32176db749b40691c7fb08a1cb2ff184b4794e (diff) |
tarball: include the xmlstream example
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 124e73add..dcf609023 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -14,4 +14,4 @@ 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 \ - multi-uv.c + multi-uv.c xmlstream.c |