Add missing cmake files to EXTRA_DIST
This commit is contained in:
parent
738b562f39
commit
cdf1f269ff
|
@ -46,7 +46,11 @@ EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \
|
||||||
cmake/FindLibevent.cmake \
|
cmake/FindLibevent.cmake \
|
||||||
cmake/FindJansson.cmake \
|
cmake/FindJansson.cmake \
|
||||||
cmake/FindLibcares.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
|
.PHONY: clang-format
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue