From 37492ebbfa24ba4e700e6655b3dbc2bdd65c894a Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Sun, 10 Apr 2022 18:21:37 +0200 Subject: msh3: add support for QUIC and HTTP/3 using msh3 Considered experimental, as the other HTTP/3 backends. Closes #8517 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1