summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-10-15 23:22:11 +0000
committerTed Gould <ted@gould.cx>2012-10-15 23:22:11 +0000
commitaf688389733a30f414fbc805d3a0d77d61f234e9 (patch)
treecf71b696d2b5b66759ea7aaee1093854ddacea2a
parentNew 2geom files and putting in the same order as 'ls' (diff)
downloadinkscape-af688389733a30f414fbc805d3a0d77d61f234e9.tar.gz
inkscape-af688389733a30f414fbc805d3a0d77d61f234e9.zip
A few more headers
(bzr r11804.1.6)
-rw-r--r--src/Makefile_insert2
-rw-r--r--src/display/Makefile_insert2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index 8f6c7277d..2d557158b 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -40,7 +40,7 @@ ink_common_sources += \
dir-util.cpp dir-util.h \
document.cpp document.h document-private.h \
document-subset.cpp document-subset.h \
- document-undo.cpp \
+ document-undo.cpp document-undo.h \
doxygen-main.cpp \
draw-anchor.cpp draw-anchor.h \
draw-context.cpp draw-context.h \
diff --git a/src/display/Makefile_insert b/src/display/Makefile_insert
index 393c79233..abbd89a68 100644
--- a/src/display/Makefile_insert
+++ b/src/display/Makefile_insert
@@ -106,6 +106,8 @@ ink_common_sources += \
display/sodipodi-ctrlrect.h \
display/sp-canvas.cpp \
display/sp-canvas.h \
+ display/sp-canvas-item.h \
+ display/sp-canvas-group.h \
display/sp-canvas-util.cpp \
display/sp-canvas-util.h \
display/sp-ctrlcurve.cpp \