Add missing cmake/FindSystemd.cmake to dist

This commit is contained in:
Tatsuhiro Tsujikawa 2020-11-15 11:25:33 +09:00
parent 694c0a4fb3
commit f6b875e09d
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \
cmake/FindCython.cmake \
cmake/FindLibevent.cmake \
cmake/FindJansson.cmake \
cmake/FindLibcares.cmake
cmake/FindLibcares.cmake \
cmake/FindSystemd.cmake
.PHONY: clang-format