diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-02-02 19:25:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-02 19:25:49 +0000 |
commit | ab96e2d6e98a798c065a8b3760c794bd7a3b9275 (patch) | |
tree | f3c2a6fa62a4bbdbc550a03052dde767896fa68e /docs | |
parent | 6b81cf4bc9e0fa65bfef06f8dff8ad292b2fcb47 (diff) |
another example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index f9b2939c4..5df1e593d 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \ post-callback.c multi-app.c multi-double.c multi-single.c \ multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c \ multi-debugcallback.c fileupload.c getinfo.c ftp3rdparty.c debug.c \ - anyauthput.c htmltitle.cc + anyauthput.c htmltitle.cc htmltidy.c all: @echo "done" |