summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2020-01-14 10:47:46 -0600
committerFederico Mena Quintero <federico@gnome.org>2020-01-14 10:47:46 -0600
commit3b235a3bd8b71636787fe4fe920b1105586096fd (patch)
tree89e3e354d50d35be33a89e37d5e65c44b33d4994 /Makefile.am
parente409832a110aa1fce07d555e8b851276d87b2d2e (diff)
downloadlibrsvg-3b235a3bd8b71636787fe4fe920b1105586096fd.tar.gz
Move rsvg_css_parse_color() and its machinery to librsvg_c_api
This is only used by rsvg-convert now; no need to have it in the main internals library.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d2ab8a3e..c51b2e1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,6 +117,7 @@ LIBRSVG_CRATE_SRC = \
LIBRSVG_C_API_SRC = \
librsvg/Cargo.toml \
librsvg/c_api.rs \
+ librsvg/color_utils.rs \
librsvg/lib.rs \
librsvg/pixbuf_utils.rs \
$(NULL)