Add missing cmake files to EXTRA_DIST

This commit is contained in:
Tatsuhiro Tsujikawa 2021-09-21 17:53:15 +09:00
parent 58499f256b
commit 6d9667dc74
1 changed files with 5 additions and 1 deletions

View File

@ -46,7 +46,11 @@ EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \
cmake/FindLibevent.cmake \
cmake/FindJansson.cmake \
cmake/FindLibcares.cmake \
cmake/FindSystemd.cmake
cmake/FindSystemd.cmake \
cmake/FindLibbpf.cmake \
cmake/FindLibnghttp3.cmake \
cmake/FindLibngtcp2.cmake \
cmake/FindLibngtcp2_crypto_openssl.cmake
.PHONY: clang-format