aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-27 09:00:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-27 09:00:18 +0000
commit053bf49bd24db8fe8f4556291100f9b99bb2c4a0 (patch)
treeeb108fa40339574edf109f3f4f7e80b5fec722f1 /docs/examples/Makefile.am
parent8b08dfed38a9c9db72b124dd66ca76165574b427 (diff)
Added ftpget.c just to show that it is exactly as easy to get FTP files
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index 176e7b6f2..7f7628634 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -6,8 +6,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST =
README curlgtk.c sepheaders.c simple.c postit.c \
- win32sockets.c persistant.c \
- getpageinvar.php simpleget.php simplepost.php
+ win32sockets.c persistant.c ftpget.c
all:
@echo "done"