From 52c7e787d20a243a295f82a75a2ff3fea3e07dcb Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 12 Aug 2019 20:36:28 +0100 Subject: [PATCH] rust: Add README.md to EXTRA_DIST. Fixes previous commit. --- rust/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Makefile.am b/rust/Makefile.am index 71a0d3d11..8fd80d7f9 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -28,6 +28,7 @@ EXTRA_DIST = \ src/bin/.gitkeep \ Cargo.toml \ Cargo.lock \ + README.md \ run-bindtests \ run-tests