[librsvg] Makefile.am: Oops, put the target directory under rust
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Makefile.am: Oops, put the target directory under rust
- Date: Sat, 20 May 2017 03:48:41 +0000 (UTC)
commit 6f3a063a95bbee29886e54e5c38fba3c12951933
Author: Federico Mena Quintero <federico gnome org>
Date: Fri May 19 17:07:41 2017 -0500
Makefile.am: Oops, put the target directory under rust
Not directly under the toplevel
Makefile.am | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a7cbe94..cb21eac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -106,19 +106,19 @@ else
CARGO_RELEASE_ARGS=--release
endif
-RUST_LIB=@abs_top_builddir@/target/@RUST_TARGET_SUBDIR@/librsvg_internals.a
+RUST_LIB=@abs_top_builddir@/rust/target/@RUST_TARGET_SUBDIR@/librsvg_internals.a
check-local:
cd $(srcdir)/rust && \
- CARGO_TARGET_DIR=@abs_top_builddir@/target cargo test
+ CARGO_TARGET_DIR=@abs_top_builddir@/rust/target cargo test
clean-local:
cd $(top_srcdir)/rust && \
- CARGO_TARGET_DIR=@abs_top_builddir@/target cargo clean
+ CARGO_TARGET_DIR=@abs_top_builddir@/rust/target cargo clean
-@abs_top_builddir@/target/@RUST_TARGET_SUBDIR@/librsvg_internals.a: $(RUST_SOURCES)
+@abs_top_builddir@/rust/target/@RUST_TARGET_SUBDIR@/librsvg_internals.a: $(RUST_SOURCES)
cd $(top_srcdir)/rust && \
- CARGO_TARGET_DIR=@abs_top_builddir@/target cargo build --verbose $(CARGO_RELEASE_ARGS)
+ CARGO_TARGET_DIR=@abs_top_builddir@/rust/target cargo build --verbose $(CARGO_RELEASE_ARGS)
librsvg_@RSVG_API_MAJOR_VERSION@_la_CPPFLAGS = \
-I$(top_srcdir) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]