From bc91656de872e68d56a611d5ae73719eda2c5792 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 3 Nov 2023 14:01:27 +0100 Subject: [PATCH] bindings: rust: add wrapper.h to EXTRA_DIST We need to package wrapper.h in the release tarball so add it to EXTRA_DIST. Fixes: 1f8085953086 ("bindings: rust: build against pkg-config info") Signed-off-by: Bartosz Golaszewski --- bindings/rust/libgpiod-sys/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/libgpiod-sys/Makefile.am b/bindings/rust/libgpiod-sys/Makefile.am index 3107223..667f3de 100644 --- a/bindings/rust/libgpiod-sys/Makefile.am +++ b/bindings/rust/libgpiod-sys/Makefile.am @@ -2,5 +2,5 @@ # SPDX-FileCopyrightText: 2022 Linaro Ltd. # SPDX-FileCopyrightText: 2022 Bartosz Golaszewski -EXTRA_DIST = build.rs Cargo.toml README.md +EXTRA_DIST = build.rs Cargo.toml README.md wrapper.h SUBDIRS = src -- 2.30.2