From: Simon McVittie Date: Mon, 23 Oct 2017 12:59:34 +0000 (+0100) Subject: build: Include README.cmake in Autotools "make dist" X-Git-Tag: dbus-1.12.0~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27b60e4c5b41fa3007c6e8b9b711882c28a6d69a;p=thirdparty%2Fdbus.git 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 Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103420 --- diff --git a/Makefile.am b/Makefile.am index 27101a1b5..8ffa97bfd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ EXTRA_DIST = \ NEWS.pre-1-0 \ ChangeLog.pre-1-2 \ NEWS.pre-1-2 \ + README.cmake \ README.valgrind \ README.win \ README.wince \