[librsvg] Oops, list all the new Rust files in the toplevel Makefile.am
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Oops, list all the new Rust files in the toplevel Makefile.am
- Date: Thu, 23 Mar 2017 14:37:53 +0000 (UTC)
commit ef6d3b7ef53e6395d2f92d08be6c5417d3feb944
Author: Federico Mena Quintero <federico gnome org>
Date: Thu Mar 23 08:25:06 2017 -0600
Oops, list all the new Rust files in the toplevel Makefile.am
While Cargo does its own dependency tracking, autotools needs to know
about the source files so it will call Cargo when necessary.
Makefile.am | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1250183..a96208c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,20 +71,30 @@ librsvg_@RSVG_API_MAJOR_VERSION@_la_SOURCES = \
RUST_SOURCES = \
rust/Cargo.toml \
+ rust/src/aspect_ratio.rs \
rust/src/bbox.rs \
+ rust/src/cnode.rs \
rust/src/drawing_ctx.rs \
- rust/src/gradient.rs \
+ rust/src/error.rs \
rust/src/handle.rs \
+ rust/src/gradient.rs \
rust/src/length.rs \
- rust/src/lib.rs \
rust/src/marker.rs \
rust/src/node.rs \
+ rust/src/paint_server.rs \
+ rust/src/pt.rs \
+ rust/src/parsers.rs \
+ rust/src/parse_transform.lalrpop \
rust/src/path_builder.rs \
rust/src/path_parser.rs \
+ rust/src/pattern.rs \
rust/src/property_bag.rs \
- rust/src/shapes.rs \
rust/src/state.rs \
- rust/src/strtod.rs
+ rust/src/shapes.rs \
+ rust/src/structure.rs \
+ rust/src/transform.rs \
+ rust/src/util.rs \
+ rust/src/viewbox.rs
RUST_EXTRA = \
rust/Cargo.lock
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]