summaryrefslogtreecommitdiffstats
path: root/src/live_effects/Makefile_insert
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-05-18 20:47:27 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-05-18 20:47:27 +0000
commit2d1c53f4ad65b8c1dd91e3062b9af67c30dc7d72 (patch)
treef6d7bbcfea15c90cb0a4cb5df0dfa855d80f967e /src/live_effects/Makefile_insert
parentFix regression in constrained translation (diff)
downloadinkscape-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_insert4
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