summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Banks <nibanks@microsoft.com>2022-04-10 18:21:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-04-10 18:23:04 +0200
commit37492ebbfa24ba4e700e6655b3dbc2bdd65c894a (patch)
treee0850c91ec4a66c654463d2ede04cd9c038288fd /Makefile.am
parent7befbe9ce97d6f9a1525a0fcbf5cbc5ad50546e3 (diff)
downloadcurl-37492ebbfa24ba4e700e6655b3dbc2bdd65c894a.tar.gz
msh3: add support for QUIC and HTTP/3 using msh3
Considered experimental, as the other HTTP/3 backends. Closes #8517
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 97dfc77ab..f2fa800f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,7 @@ CMAKE_DIST = \
CMake/FindGSS.cmake \
CMake/FindLibSSH2.cmake \
CMake/FindMbedTLS.cmake \
+ CMake/FindMSH3.cmake \
CMake/FindNGHTTP2.cmake \
CMake/FindNGHTTP3.cmake \
CMake/FindNGTCP2.cmake \