aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-10 19:46:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-10 19:46:57 +0000
commitd5eb386d0013ae595e6ef49eac77d49f346edd74 (patch)
tree1310a5ecc20027e6c133bdf2864c4fd12117bde8 /docs/examples/Makefile.am
parent1ce7b48057cb3aa71e71d841ed584d3414a86ae6 (diff)
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.am2
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"