diff --git a/ChangeLog.txt b/ChangeLog.txt index 868e3e8a..158f19c1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,7 @@ Build: - Fix cjson include paths. - 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 diff --git a/Makefile b/Makefile index 7efb4f86..17c76dae 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ DISTDIRS=man DISTFILES= \ apps/ \ client/ \ + cmake/ \ deps/ \ examples/ \ include/ \ @@ -17,6 +18,7 @@ DISTFILES= \ plugins/ \ security/ \ service/ \ + snap/ \ src/ \ test/ \ \