diff options
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 36c9de34f..c649b26b1 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -6,15 +6,20 @@ ink_common_sources += \ approx-equal.h remove-last.h \ arc-context.cpp arc-context.h \ attributes.cpp attributes.h \ + attribute-rel-svg.cpp attribute-rel-svg.h \ + attribute-rel-css.cpp attribute-rel-css.h \ + attribute-rel-util.cpp attribute-rel-util.h \ axis-manip.cpp axis-manip.h \ bad-uri-exception.h \ box3d-context.cpp box3d-context.h \ box3d.cpp box3d.h \ box3d-side.cpp box3d-side.h \ brokenimage.xpm \ + cms-color-types.h \ + cms-system.h \ color.cpp color.h \ color-profile.cpp color-profile.h \ - color-profile-fns.h \ + color-profile-cms-fns.h \ color-rgba.h \ common-context.cpp common-context.h \ composite-undo-stack-observer.cpp \ @@ -123,6 +128,7 @@ ink_common_sources += \ removeoverlap.cpp removeoverlap.h \ rdf.cpp rdf.h \ rect-context.cpp rect-context.h \ + resource-manager.cpp resource-manager.h \ require-config.h \ round.h \ rubberband.cpp rubberband.h \ @@ -152,7 +158,6 @@ ink_common_sources += \ sp-desc.cpp sp-desc.h \ sp-ellipse.cpp sp-ellipse.h \ sp-filter.cpp sp-filter.h number-opt-number.h \ - sp-filter-fns.h \ sp-filter-primitive.cpp sp-filter-primitive.h \ sp-filter-reference.cpp sp-filter-reference.h \ sp-filter-units.h \ @@ -161,8 +166,6 @@ ink_common_sources += \ sp-flowtext.h sp-flowtext.cpp \ sp-font.cpp sp-font.h \ sp-font-face.cpp sp-font-face.h \ - sp-gaussian-blur.cpp sp-gaussian-blur.h \ - sp-gaussian-blur-fns.h \ sp-glyph.cpp sp-glyph.h \ sp-glyph-kerning.cpp sp-glyph-kerning.h \ sp-gradient.cpp sp-gradient.h \ @@ -199,6 +202,7 @@ ink_common_sources += \ sp-object-repr.cpp sp-object-repr.h \ sp-offset.cpp sp-offset.h \ sp-paint-server.cpp sp-paint-server.h \ + sp-paint-server-reference.h \ sp-path.cpp sp-path.h \ sp-pattern.cpp sp-pattern.h \ sp-polygon.cpp sp-polygon.h \ @@ -249,7 +253,8 @@ ink_common_sources += \ vanishing-point.cpp vanishing-point.h \ verbs.cpp verbs.h \ version.cpp version.h \ - zoom-context.cpp zoom-context.h + zoom-context.cpp zoom-context.h \ + measure-context.cpp measure-context.h # Additional dependencies |
