summaryrefslogtreecommitdiffstats
path: root/src/live_effects/Makefile_insert
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-16 16:16:38 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-16 16:16:38 +0000
commit251b0986df5b12162d2fb4aa97b0cd6e2f932cff (patch)
tree4d844d4e219ee2deee0203c7aeeb0cc3707de727 /src/live_effects/Makefile_insert
parentSeparate function to put pen context into 'wait for LPE mouse clicks' mode (diff)
downloadinkscape-251b0986df5b12162d2fb4aa97b0cd6e2f932cff.tar.gz
inkscape-251b0986df5b12162d2fb4aa97b0cd6e2f932cff.zip
New LPE: circle through 3 points
(bzr r5959)
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 4f0d46e36..843a8beb6 100644
--- a/src/live_effects/Makefile_insert
+++ b/src/live_effects/Makefile_insert
@@ -52,5 +52,7 @@ live_effects_liblive_effects_a_SOURCES = \
live_effects/lpe-perspective_path.cpp \
live_effects/lpe-perspective_path.h \
live_effects/lpe-mirror_reflect.cpp \
- live_effects/lpe-mirror_reflect.h
+ live_effects/lpe-mirror_reflect.h \
+ live_effects/lpe-circle_3pts.cpp \
+ live_effects/lpe-circle_3pts.h