]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Fixed typo in Makefile.inc that left http2.h out of the tar ball
authorDan Fandrich <dan@coneharvesters.com>
Sat, 12 Oct 2013 19:09:17 +0000 (21:09 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 12 Oct 2013 19:09:17 +0000 (21:09 +0200)
lib/Makefile.inc

index e60a4710519614884985c87095394079fa1ccb92..ec71770f33013c3262e6d4d00496498a53557663 100644 (file)
@@ -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