From 525d3239f648dddd8e73368f24387f75ba0290ab Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 23 Oct 2017 13:59:34 +0100 Subject: [PATCH 4/4] build: Include README.cmake in Autotools "make dist" Our official source releases are Autotools "make dist" tarballs, but there's no reason why CMake users can't use those too, and we already include the CMake build files. Signed-off-by: Simon McVittie --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index efc0361e..e97d4f02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ EXTRA_DIST = \ NEWS.pre-1-0 \ ChangeLog.pre-1-2 \ NEWS.pre-1-2 \ + README.cmake \ README.valgrind \ README.win \ README.wince \ -- 2.15.0.rc1