projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
720fa45
)
Added three tiny PHP examples
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 19 Feb 2001 13:39:21 +0000
(13:39 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 19 Feb 2001 13:39:21 +0000
(13:39 +0000)
docs/examples/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/examples/Makefile.am
b/docs/examples/Makefile.am
index f620440c7c7e03e4ce62dc4ad8b630df4a729bf5..b8e9bc6a253de28da159994362fdb401ab28cc76 100644
(file)
--- a/
docs/examples/Makefile.am
+++ b/
docs/examples/Makefile.am
@@
-5,7
+5,8
@@
AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST =
- README curlgtk.c sepheaders.c simple.c postit.c
+ README curlgtk.c sepheaders.c simple.c postit.c \
+ getpageinvar.php simpleget.php simplepost.php
all:
@echo "done"