aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-27 09:09:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-27 09:09:09 +0000
commit0b8b0b7c8699ea9691aea2527912c3af406f5b5c (patch)
tree5efbd67dac972a78d91c40a302b2eef79508efe3 /docs/examples/Makefile.am
parent053bf49bd24db8fe8f4556291100f9b99bb2c4a0 (diff)
Added Makefile.example as an example makefile that can build the example
source files (if edited slightly)
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r--docs/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am
index 7f7628634..46d76eebe 100644
--- a/docs/examples/Makefile.am
+++ b/docs/examples/Makefile.am
@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST =
README curlgtk.c sepheaders.c simple.c postit.c \
- win32sockets.c persistant.c ftpget.c
+ win32sockets.c persistant.c ftpget.c Makefile.example
all:
@echo "done"