aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-13 07:28:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-13 07:28:10 +0000
commit1913b4eeed8fde06b544d883c3b599c71ca47f5f (patch)
tree8ed863dd75aa873e92fed6915acb50ad8c25a11d /docs/examples/Makefile.am
parentb44a4da5df3a0ba5623b5dc3c72a31bf60cea464 (diff)
fopen.c added, a fopen() style emulation for URL reading
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index 13634302e..c0c82f3b5 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -4,11 +4,12 @@
AUTOMAKE_OPTIONS = foreign no-dependencies
-EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \
- win32sockets.c persistant.c ftpget.c Makefile.example \
- multithread.c getinmemory.c ftpupload.c httpput.c \
- simplessl.c ftpgetresp.c http-post.c post-callback.c \
- multi-app.c multi-double.c multi-single.c multi-post.c
+EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \
+ win32sockets.c persistant.c ftpget.c Makefile.example \
+ multithread.c getinmemory.c ftpupload.c httpput.c \
+ simplessl.c ftpgetresp.c http-post.c post-callback.c \
+ multi-app.c multi-double.c multi-single.c multi-post.c \
+ fopen.c
all:
@echo "done"