summaryrefslogtreecommitdiffstats
path: root/src/2geom
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-04-04 22:24:46 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-04-04 22:24:46 +0000
commit40c62107849b6eb5e66dd0b1f7fe2a7d29cc83a6 (patch)
tree71565168766fbe9883dcb0160eb0d760e3c6e03e /src/2geom
parentfix crash. If there are more crashes/issues related to references to undefine... (diff)
downloadinkscape-40c62107849b6eb5e66dd0b1f7fe2a7d29cc83a6.tar.gz
inkscape-40c62107849b6eb5e66dd0b1f7fe2a7d29cc83a6.zip
fix cmake build errors for changes in 2geom
Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13267)
Diffstat (limited to 'src/2geom')
-rw-r--r--src/2geom/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/CMakeLists.txt b/src/2geom/CMakeLists.txt
index b1c30f678..3d516dc18 100644
--- a/src/2geom/CMakeLists.txt
+++ b/src/2geom/CMakeLists.txt
@@ -21,6 +21,7 @@ set(2geom_SRC
nearest-point.cpp
numeric/matrix.cpp
path-intersection.cpp
+ path-sink.cpp
path.cpp
pathvector.cpp
piecewise.cpp
@@ -43,7 +44,6 @@ set(2geom_SRC
solve-bezier-parametric.cpp
svg-elliptical-arc.cpp
svg-path-parser.cpp
- svg-path.cpp
sweep.cpp
toposweep.cpp
transforms.cpp