diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-05-08 18:56:09 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-05-08 18:56:09 +0000 |
| commit | 384f27a52696a87f0ddb586f273e316d5169fcc0 (patch) | |
| tree | f85d362d9242298b55568a4c0cdafcf7baf88a6d /src | |
| parent | add LPEConstructGrid (diff) | |
| download | inkscape-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_insert | 2 |
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 \ |
