diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-05-30 20:36:13 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-05-30 20:36:13 +0000 |
| commit | 8e8734dc15e614586f9b4963b69671ce16d5c137 (patch) | |
| tree | 036c4af16f6f673757e6e2c580a8ec5c4f3518de /src/live_effects/Makefile_insert | |
| parent | remove warnings (diff) | |
| download | inkscape-8e8734dc15e614586f9b4963b69671ce16d5c137.tar.gz inkscape-8e8734dc15e614586f9b4963b69671ce16d5c137.zip | |
LPE STACKING!
(many thanks to the french students who made this.)
(bzr r5766)
Diffstat (limited to 'src/live_effects/Makefile_insert')
| -rw-r--r-- | src/live_effects/Makefile_insert | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert index 4629a4d02..ea49aa269 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -32,8 +32,16 @@ live_effects_liblive_effects_a_SOURCES = \ live_effects/lpe-gears.h \ live_effects/lpe-test-doEffect-stack.cpp \ live_effects/lpe-test-doEffect-stack.h \ + live_effects/lpe-lattice.cpp \ + live_effects/lpe-lattice.h \ + live_effects/lpe-envelope.cpp \ + live_effects/lpe-envelope.h \ live_effects/lpe-spiro.cpp \ live_effects/lpe-spiro.h \ + live_effects/lpe-tangent_to_curve.cpp \ + live_effects/lpe-tangent_to_curve.h \ + live_effects/lpe-perp_bisector.cpp \ + live_effects/lpe-perp_bisector.h \ live_effects/spiro.h \ live_effects/spiro.cpp \ live_effects/bezctx.h \ @@ -42,11 +50,6 @@ live_effects_liblive_effects_a_SOURCES = \ live_effects/lpe-circle_with_radius.cpp \ live_effects/lpe-circle_with_radius.h \ live_effects/lpe-perspective_path.cpp \ - live_effects/lpe-perspective_path.h \ - live_effects/lpe-envelope.cpp \ - live_effects/lpe-envelope.h \ - live_effects/lpe-perp_bisector.cpp \ - live_effects/lpe-perp_bisector.h \ - live_effects/lpe-tangent_to_curve.cpp \ - live_effects/lpe-tangent_to_curve.h + live_effects/lpe-perspective_path.h + |
