summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorStefan Eissing <stefan@eissing.org>2023-01-05 19:23:21 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-01-05 23:39:49 +0100
commit446267c5559aaf7d3f622dbb15883aeec3bffef9 (patch)
treefc74d0236fb1caaece5995b3da3de84c2f98d42a /lib/Makefile.inc
parent16bb32e104d348e05ec84436ded662ae4f761019 (diff)
downloadcurl-446267c5559aaf7d3f622dbb15883aeec3bffef9.tar.gz
quic: rename vquic implementations, fix for quiche build.
- quiche in debug mode did not build, fixed. - moved all vquic implementation files to prefix curl_* to avoid the potential mixups between provided .h files and our own. - quich passes test 2500 and 2502. 2501, the POST, fail with the body being rejected. Quich bug? Closes #10242
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index 3a3ace0f1..c9fc37a58 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -79,15 +79,15 @@ LIB_VTLS_HFILES = \
vtls/x509asn1.h
LIB_VQUIC_CFILES = \
- vquic/msh3.c \
- vquic/ngtcp2.c \
- vquic/quiche.c \
+ vquic/curl_msh3.c \
+ vquic/curl_ngtcp2.c \
+ vquic/curl_quiche.c \
vquic/vquic.c
LIB_VQUIC_HFILES = \
- vquic/msh3.h \
- vquic/ngtcp2.h \
- vquic/quiche.h \
+ vquic/curl_msh3.h \
+ vquic/curl_ngtcp2.h \
+ vquic/curl_quiche.h \
vquic/vquic.h \
vquic/vquic_int.h