summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-02-06 17:52:16 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-02-07 13:56:06 +0100
commitf8c3724aa90472c0e617ddbbc420aa199971eb77 (patch)
treeb4778cc1fccae99b15c2aab21f28e7e949c6d268 /lib/Makefile.inc
parent79731d1a6cfbab62297bc3d29788b8d6c8e9a0cb (diff)
downloadcurl-f8c3724aa90472c0e617ddbbc420aa199971eb77.tar.gz
h2h3: added Curl_pseudo_headers()
For use with both http2 and http3 requests.
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index 3c9dbc8e7..e8f110fee 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -139,6 +139,7 @@ LIB_CFILES = \
getenv.c \
getinfo.c \
gopher.c \
+ h2h3.c \
hash.c \
hmac.c \
hostasyn.c \
@@ -267,6 +268,7 @@ LIB_HFILES = \
ftplistparser.h \
getinfo.h \
gopher.h \
+ h2h3.h \
hash.h \
hostip.h \
hsts.h \