diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-10 19:46:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-10 19:46:57 +0000 |
commit | d5eb386d0013ae595e6ef49eac77d49f346edd74 (patch) | |
tree | 1310a5ecc20027e6c133bdf2864c4fd12117bde8 /docs/examples/Makefile.am | |
parent | 1ce7b48057cb3aa71e71d841ed584d3414a86ae6 (diff) | |
download | curl-d5eb386d0013ae595e6ef49eac77d49f346edd74.tar.gz |
Added ghiper.c, Jeff Pohlmeyer's example code using the curl_multi_socket()
API with glib2
Diffstat (limited to 'docs/examples/Makefile.am')
-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 5cd572401..060697a84 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \ multi-debugcallback.c fileupload.c getinfo.c ftp3rdparty.c debug.c \ anyauthput.c htmltitle.cc htmltidy.c opensslthreadlock.c \ cookie_interface.c cacertinmem.c synctime.c sampleconv.c ftpuploadresume.c \ - 10-at-a-time.c hiperfifo.c + 10-at-a-time.c hiperfifo.c ghiper.c all: @echo "done" |