From 3f8609434f0c515200f9b63c7a8452a67fb2050e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 2 Sep 2019 10:00:28 +0100 Subject: [PATCH] rust: Add more source files to EXTRA_DIST. Fixes commit 3f7ff1b0689408695d21b4c50384fa24b47e5e8f. --- rust/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Makefile.am b/rust/Makefile.am index bea6ee74f..9f15ef47c 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -25,6 +25,7 @@ EXTRA_DIST = \ $(generator_built) \ tests/*.rs \ src/*.rs \ + src/bin/*.rs \ Cargo.toml \ Cargo.lock \ README.md \