summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2018-04-15 14:45:49 +0200
committerPaolo Borelli <pborelli@gnome.org>2018-04-15 15:03:58 +0200
commit3079ec510aa747353069d72a7dc7c02caaec2e98 (patch)
tree1bd1694ad3c1b96b1c4c366ef89d1d388120a71a /Makefile.am
parentd18cc7dbe2ea366a62f5dee0f6e0fa6feb6903ad (diff)
downloadlibrsvg-3079ec510aa747353069d72a7dc7c02caaec2e98.tar.gz
headers: move node_new declarations to structure.h
structure.h is not technically the correct place, but that is where we alreay declare a lot of the other node creation functions, so let's consolidate things
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index aba0944b..8622a28b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,11 +45,9 @@ librsvg_@RSVG_API_MAJOR_VERSION@_la_SOURCES = \
librsvg/rsvg-io.h \
librsvg/rsvg-load.c \
librsvg/rsvg-load.h \
- librsvg/rsvg-marker.h \
librsvg/rsvg-mask.h \
librsvg/rsvg-paint-server.h \
librsvg/rsvg-private.h \
- librsvg/rsvg-shapes.h \
librsvg/rsvg-size-callback.c \
librsvg/rsvg-size-callback.h \
librsvg/rsvg-structure.h \