summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-11-21 18:26:42 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-11-21 18:26:42 +0100
commitf435d6699df9abac105ba2271d70a2290516c895 (patch)
treedfb8885ae1143a63c86985e25fd3de9ec5587469
parentba33665d1ffc27ccbb9a65c6af058c7c977c9614 (diff)
downloadcurl-f435d6699df9abac105ba2271d70a2290516c895.tar.gz
htmltitle: use .cpp extension for C++ examples
-rw-r--r--docs/examples/Makefile.inc2
-rw-r--r--docs/examples/htmltitle.cpp (renamed from docs/examples/htmltitle.cc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc
index e1f24cb7c..9aabfcabd 100644
--- a/docs/examples/Makefile.inc
+++ b/docs/examples/Makefile.inc
@@ -9,7 +9,7 @@ check_PROGRAMS = 10-at-a-time anyauthput cookie_interface debug fileupload \
# These examples require external dependencies that may not be commonly
# available on POSIX systems, so don't bother attempting to compile them here.
-COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cc cacertinmem.c \
+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
diff --git a/docs/examples/htmltitle.cc b/docs/examples/htmltitle.cpp
index 55a7935ac..55a7935ac 100644
--- a/docs/examples/htmltitle.cc
+++ b/docs/examples/htmltitle.cpp