From d12b0e50007212b9dcb2c7f18aad002b2ad3d4bc Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 19 Apr 2023 21:52:09 -0600 Subject: autotools: distribute the gdk-pixbuf-loader Rust sources Even though they are not part of the autotools build yet, they do get referenced in the Cargo workspace. Part-of: --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 3d4936a7..845e25d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -162,6 +162,8 @@ RUST_EXTRA = \ rsvg-convert/tests/internal_predicates/svg.rs \ rsvg-convert/tests/rsvg_convert.rs \ librsvg-c/tests/legacy_sizing.rs \ + gdk-pixbuf-loader/Cargo.toml \ + gdk-pixbuf-loader/src/lib.rs \ $(NULL) if DEBUG_RELEASE -- cgit v1.2.1