summaryrefslogtreecommitdiffstats
path: root/src/live_effects/Makefile_insert
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-07-03 09:39:53 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-07-03 09:39:53 +0000
commit07155c2bd75d0e118318875d81ba62c27b10f21d (patch)
tree0206711e0cca69535f1278c2d9f4c457cbd633a5 /src/live_effects/Makefile_insert
parentPartial 2geom update (anticipating changes that will be part of the next majo... (diff)
downloadinkscape-07155c2bd75d0e118318875d81ba62c27b10f21d.tar.gz
inkscape-07155c2bd75d0e118318875d81ba62c27b10f21d.zip
New LPE: Offset
(bzr r6126)
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 d0bfb5b99..366a94883 100644
--- a/src/live_effects/Makefile_insert
+++ b/src/live_effects/Makefile_insert
@@ -60,5 +60,7 @@ live_effects_liblive_effects_a_SOURCES = \
live_effects/lpe-parallel.cpp \
live_effects/lpe-parallel.h \
live_effects/lpe-copy_rotate.cpp \
- live_effects/lpe-copy_rotate.h
+ live_effects/lpe-copy_rotate.h \
+ live_effects/lpe-offset.cpp \
+ live_effects/lpe-offset.h