We do not use those when building from crates.io. Signed-off-by: Erik Schilling <erik.schilling@xxxxxxxxxx> --- bindings/rust/libgpiod-sys/Cargo.toml | 4 ++++ bindings/rust/libgpiod/Cargo.toml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bindings/rust/libgpiod-sys/Cargo.toml b/bindings/rust/libgpiod-sys/Cargo.toml index 8b17039..0c814ee 100644 --- a/bindings/rust/libgpiod-sys/Cargo.toml +++ b/bindings/rust/libgpiod-sys/Cargo.toml @@ -14,6 +14,10 @@ keywords = ["libgpiod", "gpio"] license = "Apache-2.0 OR BSD-3-Clause" edition = "2021" +exclude = [ + "Makefile.am", +] + [dependencies] [build-dependencies] diff --git a/bindings/rust/libgpiod/Cargo.toml b/bindings/rust/libgpiod/Cargo.toml index b19e888..d6758be 100644 --- a/bindings/rust/libgpiod/Cargo.toml +++ b/bindings/rust/libgpiod/Cargo.toml @@ -14,6 +14,10 @@ keywords = ["libgpiod", "gpio"] license = "Apache-2.0 OR BSD-3-Clause" edition = "2021" +exclude = [ + "Makefile.am", +] + [dependencies] errno = "0.2.8" intmap = "2.0.0" -- 2.40.1