From: Dan Fandrich Date: Sat, 12 Oct 2013 19:09:17 +0000 (+0200) Subject: Fixed typo in Makefile.inc that left http2.h out of the tar ball X-Git-Tag: curl-7_33_0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=143d7c13d8dfee156a4bd6ec442a5394b3736588;p=thirdparty%2Fcurl.git Fixed typo in Makefile.inc that left http2.h out of the tar ball --- diff --git a/lib/Makefile.inc b/lib/Makefile.inc index e60a471051..ec71770f33 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -46,4 +46,4 @@ HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \ curl_ntlm_msgs.h curl_sasl.h curl_schannel.h curl_multibyte.h \ curl_darwinssl.h hostcheck.h bundles.h conncache.h curl_setup_once.h \ multihandle.h setup-vms.h pipeline.h dotdot.h x509asn1.h gskit.h \ - http2.c + http2.h