diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-04-02 11:23:50 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-04-02 11:23:50 +0000 |
| commit | 969f4c83a1d257c43ef0a067f8edf2d93e2ff325 (patch) | |
| tree | 0c6c8e11c9a6ba57bd7f06db7ca66b50af979f1d /src/live_effects/Makefile_insert | |
| parent | Make BoolParam usable in boolean expressions directly (diff) | |
| download | inkscape-969f4c83a1d257c43ef0a067f8edf2d93e2ff325.tar.gz inkscape-969f4c83a1d257c43ef0a067f8edf2d93e2ff325.zip | |
New LPE: Perspective paths
(bzr r5310)
Diffstat (limited to 'src/live_effects/Makefile_insert')
| -rw-r--r-- | src/live_effects/Makefile_insert | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert index 0c6ba4a00..4edc2c19f 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -35,5 +35,7 @@ live_effects_liblive_effects_a_SOURCES = \ live_effects/lpe-slant.cpp \ live_effects/lpe-slant.h \ live_effects/lpe-circle_with_radius.cpp \ - live_effects/lpe-circle_with_radius.h + live_effects/lpe-circle_with_radius.h \ + live_effects/lpe-perspective_path.cpp \ + live_effects/lpe-perspective_path.h |
