summaryrefslogtreecommitdiffstats
path: root/src/live_effects/Makefile_insert
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-07-30 10:57:48 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-07-30 10:57:48 +0000
commit03d492341f6ffc28d110ecc3a773acdbdcc1e125 (patch)
tree32a6d94a52f10bfe54a1d76b02d5d591ea071d09 /src/live_effects/Makefile_insert
parentMove coordinate transform workaround to a more logical place (diff)
downloadinkscape-03d492341f6ffc28d110ecc3a773acdbdcc1e125.tar.gz
inkscape-03d492341f6ffc28d110ecc3a773acdbdcc1e125.zip
New LPE: Text label
(bzr r6472)
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 b67e44051..ea432e4c3 100644
--- a/src/live_effects/Makefile_insert
+++ b/src/live_effects/Makefile_insert
@@ -68,5 +68,7 @@ live_effects_liblive_effects_a_SOURCES = \
live_effects/lpe-offset.cpp \
live_effects/lpe-offset.h \
live_effects/lpe-ruler.cpp \
- live_effects/lpe-ruler.h
+ live_effects/lpe-ruler.h \
+ live_effects/lpe-text_label.cpp \
+ live_effects/lpe-text_label.h