From 598ee4d0bc28a321f7ab7a2b30d4a8dbf6fdb984 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 19 Apr 2023 21:14:03 -0600 Subject: Makefile.am: fix paths of the benches sources Part-of: --- Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4ee177de..77ec9548 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,16 +127,16 @@ LIBRSVG_SRC = \ RUST_EXTRA = \ Cargo.lock \ - example.svg \ - benches/box_blur.rs \ - benches/composite.rs \ - benches/lighting.rs \ - benches/path_parser.rs \ - benches/pixbuf_from_surface.rs \ - benches/pixel_iterators.rs \ - benches/pixel_ops.rs \ - benches/srgb.rs \ - benches/surface_from_pixbuf.rs \ + rsvg/example.svg \ + rsvg/benches/box_blur.rs \ + rsvg/benches/composite.rs \ + rsvg/benches/lighting.rs \ + rsvg/benches/path_parser.rs \ + rsvg/benches/pixbuf_from_surface.rs \ + rsvg/benches/pixel_iterators.rs \ + rsvg/benches/pixel_ops.rs \ + rsvg/benches/srgb.rs \ + rsvg/benches/surface_from_pixbuf.rs \ $(NULL) if DEBUG_RELEASE -- cgit v1.2.1