From 0d747673d395b97df794d5f5b00ede67b64da005 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 6 Dec 2020 23:12:04 +0000 Subject: [PATCH] Distribute cmake/ and snap/ directories in tar. --- ChangeLog.txt | 1 + Makefile | 2 ++ 2 files changed, 3 insertions(+) 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/ \ \