diff options
author | Cameron Kaiser <ckaiser@floodgap.com> | 2010-08-12 07:55:48 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-08-25 14:19:58 +0200 |
commit | 201637d4682973bcc4a1fd0f4e8d4159300bd0b8 (patch) | |
tree | 0c6e010662a4cbed6080f0d10975e890c7f1d214 /lib/Makefile.inc | |
parent | 6b6a3bcb61f2d8f4e80a1e2a5bc62e78904256ed (diff) |
Gopher protocol support (initial release)
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r-- | lib/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index bfd3abedc..33b576520 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -20,7 +20,8 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \ strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \ socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \ curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c \ - warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c curl_gethostname.c + warnless.c hmac.c polarssl.c curl_rtmp.c openldap.c curl_gethostname.c\ + gopher.c HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \ progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \ |