summaryrefslogtreecommitdiffstats
path: root/src/live_effects/Makefile_insert
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-18 00:32:26 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-18 00:32:26 +0000
commitcb3a86cca0122bd58099787b02c82fd04fc5c000 (patch)
tree4a169b935bac96505d1b14d1924920e9db0a6711 /src/live_effects/Makefile_insert
parentcast for EnumParam (diff)
downloadinkscape-cb3a86cca0122bd58099787b02c82fd04fc5c000.tar.gz
inkscape-cb3a86cca0122bd58099787b02c82fd04fc5c000.zip
New LPE to draw infinite lines (cut by a limiting bounding box), rays and segments
(bzr r6641)
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 85f58d06d..3b136d204 100644
--- a/src/live_effects/Makefile_insert
+++ b/src/live_effects/Makefile_insert
@@ -72,4 +72,6 @@ live_effects_liblive_effects_a_SOURCES = \
live_effects/lpe-text_label.cpp \
live_effects/lpe-text_label.h \
live_effects/lpe-path_length.cpp \
- live_effects/lpe-path_length.h
+ live_effects/lpe-path_length.h \
+ live_effects/lpe-line_segment.cpp \
+ live_effects/lpe-line_segment.h