summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2019-10-03 10:39:34 -0500
committerFederico Mena Quintero <federico@gnome.org>2019-10-03 10:39:34 -0500
commit4df277869466fe28b6f95461657545c2b369d54a (patch)
treec179a857812e8217ee8394954fe477b61807dff7 /Makefile.am
parent5c986d598297c88a6621301d8a7d03d588207900 (diff)
downloadlibrsvg-4df277869466fe28b6f95461657545c2b369d54a.tar.gz
Move pixbuf_utils to the librsvg_c_api crate
All those functions are either implementations for the deprectated rsvg_pixbuf_*() functions, or utilities to implement rsvg_handle_get_pixbuf_sub().
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7704d197..a83042c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,7 +79,6 @@ LIBRSVG_INTERNALS_SRC = \
rsvg_internals/src/path_builder.rs \
rsvg_internals/src/path_parser.rs \
rsvg_internals/src/pattern.rs \
- rsvg_internals/src/pixbuf_utils.rs \
rsvg_internals/src/properties.rs \
rsvg_internals/src/property_bag.rs \
rsvg_internals/src/property_defs.rs \
@@ -122,6 +121,7 @@ LIBRSVG_C_API_SRC = \
librsvg/build.rs \
librsvg/c_api.rs \
librsvg/lib.rs \
+ librsvg/pixbuf_utils.rs \
$(NULL)
RUST_EXTRA = \