summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2019-12-24 09:58:21 +0100
committerPaolo Borelli <pborelli@gnome.org>2019-12-24 10:45:22 +0100
commit0edc80c23c447b4bf7b17b797eef30ed75a3832c (patch)
tree608127fe1ab06b0eb1d00e9710c0f668951605fc /Makefile.am
parentfa0cd8fa29c36349ab8ef46bd1e836dd944b807e (diff)
downloadlibrsvg-0edc80c23c447b4bf7b17b797eef30ed75a3832c.tar.gz
Switch to the released version of the selectors crate
We can now remove our copy.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 3635be99..6aa74e56 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,14 +18,6 @@ librsvg_@RSVG_API_MAJOR_VERSION@_la_SOURCES = \
$(librsvg_c_srcs) \
$(NULL)
-SERVO_CRATES_SRC = \
- $(wildcard $(srcdir)/servo_crates/derive_common/*) \
- $(wildcard $(srcdir)/servo_crates/selectors/*) \
- $(wildcard $(srcdir)/servo_crates/servo_arc/*) \
- $(wildcard $(srcdir)/servo_crates/to_shmem/*) \
- $(wildcard $(srcdir)/servo_crates/to_shmem_derive/*) \
- $(NULL)
-
LIBRSVG_INTERNALS_SRC = \
Cargo.toml \
rsvg_internals/Cargo.toml \
@@ -110,7 +102,6 @@ LIBRSVG_INTERNALS_SRC = \
rsvg_internals/src/xml.rs \
rsvg_internals/src/xml2.rs \
rsvg_internals/src/xml2_load.rs \
- $(SERVO_CRATES_SRC) \
$(NULL)
LIBRSVG_CRATE_SRC = \