diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-05-18 20:47:27 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-05-18 20:47:27 +0000 |
| commit | 2d1c53f4ad65b8c1dd91e3062b9af67c30dc7d72 (patch) | |
| tree | f6d7bbcfea15c90cb0a4cb5df0dfa855d80f967e /src/live_effects/Makefile_insert | |
| parent | Fix regression in constrained translation (diff) | |
| download | inkscape-2d1c53f4ad65b8c1dd91e3062b9af67c30dc7d72.tar.gz inkscape-2d1c53f4ad65b8c1dd91e3062b9af67c30dc7d72.zip | |
New LPE: Perpendicular bisector
(bzr r5695)
Diffstat (limited to 'src/live_effects/Makefile_insert')
| -rw-r--r-- | src/live_effects/Makefile_insert | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert index c476948b6..7e8a9e3a3 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -44,5 +44,7 @@ live_effects_liblive_effects_a_SOURCES = \ live_effects/lpe-perspective_path.cpp \ live_effects/lpe-perspective_path.h \ live_effects/lpe-envelope.cpp \ - live_effects/lpe-envelope.h + live_effects/lpe-envelope.h \ + live_effects/lpe-perp_bisector.cpp \ + live_effects/lpe-perp_bisector.h |
