summaryrefslogtreecommitdiffstats
path: root/src/helper/Makefile_insert
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-04-01 02:13:16 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-04-01 02:13:16 +0000
commitdff3aa428ff050c2cce501f646977ddad921feca (patch)
tree3152c9b571095e1db57af2522129d278b5f4ce39 /src/helper/Makefile_insert
parentremoved code comments (diff)
downloadinkscape-dff3aa428ff050c2cce501f646977ddad921feca.tar.gz
inkscape-dff3aa428ff050c2cce501f646977ddad921feca.zip
Move 2Geom work to a intermediate positon -helper-
Removed dependency to helper/geom.h Now use a simple vector, not a vector of pairs of size_t and Satellite Getters and setters on Satellite removed Update store parameter to a more friendly string, like powerstroke Todo: Documentation and Fix coding style. (bzr r13645.1.63)
Diffstat (limited to 'src/helper/Makefile_insert')
-rw-r--r--src/helper/Makefile_insert7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/helper/Makefile_insert b/src/helper/Makefile_insert
index e59fcfb70..1d051734e 100644
--- a/src/helper/Makefile_insert
+++ b/src/helper/Makefile_insert
@@ -12,8 +12,15 @@ ink_common_sources += \
helper/geom-curves.h \
helper/geom-nodetype.cpp \
helper/geom-nodetype.h \
+ helper/geom-pathinfo.cpp \
+ helper/geom-pathinfo.h \
helper/geom-pathstroke.cpp \
helper/geom-pathstroke.h \
+ helper/geom-pointwise.cpp \
+ helper/geom-pointwise.h \
+ helper/geom-satellite.cpp \
+ helper/geom-satellite.h \
+ helper/geom-satellite-enum.h \
helper/gnome-utils.cpp \
helper/gnome-utils.h \
helper/mathfns.h \