From 8f52de24723593d268d4cd7ad20ad82aa1517e50 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 25 Oct 2016 14:30:31 +0200 Subject: [PATCH] distribute README.md This issue happened because 'foreign' automake option is enabled, and the file README was renamed as README.md (not included automatically by automake). --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 5fe2d4947..74125f806 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ AM_CPPFLAGS=$(PLATFORMCPPFLAGS) # EXTRA_DIST= \ CMakeLists.txt \ + README.md \ build/autogen.sh \ build/bump-version.sh \ build/clean.sh \