Distribute cmake/ and snap/ directories in tar.

This commit is contained in:
Roger A. Light 2020-12-06 23:12:04 +00:00
parent 74faabc7c1
commit 0d747673d3
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Build: Build:
- Fix cjson include paths. - Fix cjson include paths.
- Fix build using WITH_TLS=no when the openssl headers aren't available. - Fix build using WITH_TLS=no when the openssl headers aren't available.
- Distribute cmake/ and snap/ directories in tar.
2.0.0 - 2020-12-03 2.0.0 - 2020-12-03

View File

@ -6,6 +6,7 @@ DISTDIRS=man
DISTFILES= \ DISTFILES= \
apps/ \ apps/ \
client/ \ client/ \
cmake/ \
deps/ \ deps/ \
examples/ \ examples/ \
include/ \ include/ \
@ -17,6 +18,7 @@ DISTFILES= \
plugins/ \ plugins/ \
security/ \ security/ \
service/ \ service/ \
snap/ \
src/ \ src/ \
test/ \ test/ \
\ \