summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-05 23:36:16 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-05 23:36:16 +0000
commitb0cc47554b385fb68643d07efe6e42366c7121ad (patch)
treebb7fb4babd001b1397386197d7e486187fd0db4d /src/Makefile_insert
parentMerged Item. (diff)
downloadinkscape-b0cc47554b385fb68643d07efe6e42366c7121ad.tar.gz
inkscape-b0cc47554b385fb68643d07efe6e42366c7121ad.zip
Merged PaintServer and subclasses; moved Gradient classes to own files.
(bzr r11608.1.82)
Diffstat (limited to 'src/Makefile_insert')
-rw-r--r--src/Makefile_insert12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index ef076a242..5b4481a40 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -168,7 +168,6 @@ ink_common_sources += \
sp-glyph.cpp sp-glyph.h \
sp-glyph-kerning.cpp sp-glyph-kerning.h \
sp-gradient.cpp sp-gradient.h \
- sp-gradient-fns.h \
sp-gradient-reference.cpp sp-gradient-reference.h \
sp-gradient-spread.h \
sp-gradient-units.h \
@@ -184,8 +183,7 @@ ink_common_sources += \
sp-item-rm-unsatisfied-cns.cpp sp-item-rm-unsatisfied-cns.h \
sp-item-transform.cpp sp-item-transform.h \
sp-item-update-cns.cpp sp-item-update-cns.h \
- sp-linear-gradient-fns.h \
- sp-linear-gradient.h \
+ sp-linear-gradient.cpp sp-linear-gradient.h \
sp-line.cpp sp-line.h \
splivarot.cpp splivarot.h \
sp-lpe-item.cpp sp-lpe-item.h \
@@ -193,11 +191,8 @@ ink_common_sources += \
sp-mask.cpp sp-mask.h \
sp-metadata.cpp sp-metadata.h \
sp-mesh-array.cpp sp-mesh-array.h \
- sp-mesh-gradient-fns.h \
- sp-mesh-gradient.h \
- sp-mesh-patch-fns.h \
+ sp-mesh-gradient.cpp sp-mesh-gradient.h \
sp-mesh-patch.cpp sp-mesh-patch.h \
- sp-mesh-row-fns.h \
sp-mesh-row.cpp sp-mesh-row.h \
sp-metric.h \
sp-metrics.cpp sp-metrics.h \
@@ -213,8 +208,7 @@ ink_common_sources += \
sp-pattern.cpp sp-pattern.h \
sp-polygon.cpp sp-polygon.h \
sp-polyline.cpp sp-polyline.h \
- sp-radial-gradient-fns.h \
- sp-radial-gradient.h \
+ sp-radial-gradient.cpp sp-radial-gradient.h \
sp-rect.cpp sp-rect.h \
sp-root.cpp sp-root.h \
sp-script.cpp sp-script.h \