summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-05-08 18:56:09 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-05-08 18:56:09 +0000
commit384f27a52696a87f0ddb586f273e316d5169fcc0 (patch)
treef85d362d9242298b55568a4c0cdafcf7baf88a6d /src
parentadd LPEConstructGrid (diff)
downloadinkscape-384f27a52696a87f0ddb586f273e316d5169fcc0.tar.gz
inkscape-384f27a52696a87f0ddb586f273e316d5169fcc0.zip
add constructgrid lpe to Makefile_insert
(bzr r5634)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/Makefile_insert2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert
index a64b9860f..60c2ece42 100644
--- a/src/live_effects/Makefile_insert
+++ b/src/live_effects/Makefile_insert
@@ -26,6 +26,8 @@ live_effects_liblive_effects_a_SOURCES = \
live_effects/lpe-vonkoch.h \
live_effects/lpe-curvestitch.cpp \
live_effects/lpe-curvestitch.h \
+ live_effects/lpe-constructgrid.cpp \
+ live_effects/lpe-constructgrid.h \
live_effects/lpe-gears.cpp \
live_effects/lpe-gears.h \
live_effects/lpe-test-doEffect-stack.cpp \