summaryrefslogtreecommitdiffstats
path: root/src/live_effects/Makefile_insert
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-18 02:13:55 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-18 02:13:55 +0000
commitd92779f71e03f35d7cb2a29c0cb8c8065eff8fe6 (patch)
tree805184533d9db13929c7d645b2b2dbdc308793a9 /src/live_effects/Makefile_insert
parentupdate 2geom (diff)
downloadinkscape-d92779f71e03f35d7cb2a29c0cb8c8065eff8fe6.tar.gz
inkscape-d92779f71e03f35d7cb2a29c0cb8c8065eff8fe6.zip
New LPE: Copy rotate
(bzr r5978)
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 245a9bd60..d0bfb5b99 100644
--- a/src/live_effects/Makefile_insert
+++ b/src/live_effects/Makefile_insert
@@ -58,5 +58,7 @@ live_effects_liblive_effects_a_SOURCES = \
live_effects/lpe-angle_bisector.cpp \
live_effects/lpe-angle_bisector.h \
live_effects/lpe-parallel.cpp \
- live_effects/lpe-parallel.h
+ live_effects/lpe-parallel.h \
+ live_effects/lpe-copy_rotate.cpp \
+ live_effects/lpe-copy_rotate.h