From cdf1f269ff1336025a240a5db5cb3043d7db0249 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 21 Sep 2021 17:53:15 +0900 Subject: [PATCH] Add missing cmake files to EXTRA_DIST --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index adc597b1..99f03237 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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