diff options
| author | Andrew Higginson <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
|---|---|---|
| committer | Andrew <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
| commit | 80960b623a99aae1402ab651b2974ef544ed3b03 (patch) | |
| tree | ba49d42c2789e9e11f805e2d5263e10f9fedeef8 /src/2geom/Makefile_insert | |
| parent | try to fix bug (diff) | |
| parent | GDL: Cherry-pick upstream patch 73852 (2011-03-23) - Add missing return value. (diff) | |
| download | inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.tar.gz inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.zip | |
merged with trunk so I can build again...
(bzr r10092.1.36)
Diffstat (limited to 'src/2geom/Makefile_insert')
| -rw-r--r-- | src/2geom/Makefile_insert | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/2geom/Makefile_insert b/src/2geom/Makefile_insert index 174f56433..08bcbff45 100644 --- a/src/2geom/Makefile_insert +++ b/src/2geom/Makefile_insert @@ -6,6 +6,7 @@ rm -f 2geom/lib2geom.a $(2geom_lib2geom_a_OBJECTS) 2geom_lib2geom_a_SOURCES = \ + 2geom/affine.h \ 2geom/affine.cpp \ 2geom/angle.h \ 2geom/basic-intersection.cpp \ @@ -50,7 +51,6 @@ 2geom/linear.h \ 2geom/line.cpp \ 2geom/line.h \ - 2geom/matrix.h \ 2geom/nearest-point.cpp \ 2geom/nearest-point.h \ 2geom/numeric/fitting-model.h \ @@ -77,6 +77,7 @@ 2geom/quadtree.cpp \ 2geom/quadtree.h \ 2geom/ray.h \ + 2geom/rect.cpp \ 2geom/rect.h \ 2geom/region.cpp \ 2geom/region.h \ |
