summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2012-01-12 22:13:02 +0100
committerChristian Persch <chpe@gnome.org>2012-01-13 00:09:04 +0100
commit1291ebc3a5cb8addfa97aa56365f15e2427beb22 (patch)
treec38715e28561d417486eb7a45ca4373197ef4ee7 /Makefile.am
parent47920ba6e3106e9c50e93e5546f536590e791b19 (diff)
downloadlibrsvg-1291ebc3a5cb8addfa97aa56365f15e2427beb22.tar.gz
Split IO handling to rsvg-io.[ch]
Add rsvg-io.[ch], move the code there, clean it up, and adapt the callers.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e53d5692..7c698392 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,8 @@ librsvg_@RSVG_API_MAJOR_VERSION@_la_SOURCES = \
rsvg-defs.h \
rsvg-image.c \
rsvg-image.h \
+ rsvg-io.c \
+ rsvg-io.h \
rsvg-paint-server.c \
rsvg-paint-server.h \
rsvg-path.c \