diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-21 13:18:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-21 13:18:07 +0000 |
commit | 08655d8d5d0ea980227096366c231693198e61d6 (patch) | |
tree | 580291c13caa05196681b328a70f4658a91eecfc /docs/examples | |
parent | 3e5dbac7a2f13de110a5c9244d89901e0a755652 (diff) | |
download | curl-08655d8d5d0ea980227096366c231693198e61d6.tar.gz |
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
Diffstat (limited to 'docs/examples')
-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 eca6447a1..909c76100 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies -EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit.c \ +EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit.c postit2.c \ win32sockets.c persistant.c ftpget.c Makefile.example \ multithread.c getinmemory.c |