diff options
| author | JF Barraud <jf.barraud@gmail.com> | 2008-02-25 00:04:24 +0000 |
|---|---|---|
| committer | jfbarraud <jfbarraud@users.sourceforge.net> | 2008-02-25 00:04:24 +0000 |
| commit | 0400aec5b1e23a9fa82faac629d489b6c7e2be51 (patch) | |
| tree | 0b2970fe43f68032ce2481b9171154af12f78ff0 /src/live_effects/Makefile_insert | |
| parent | Further cleanup (left-over debugging message) (diff) | |
| download | inkscape-0400aec5b1e23a9fa82faac629d489b6c7e2be51.tar.gz inkscape-0400aec5b1e23a9fa82faac629d489b6c7e2be51.zip | |
3 new lpe gadgets: sketch, knot and vonkoch.
(bzr r4842)
Diffstat (limited to 'src/live_effects/Makefile_insert')
| -rw-r--r-- | src/live_effects/Makefile_insert | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert index 2c9192468..d639bb42d 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -18,6 +18,12 @@ live_effects_liblive_effects_a_SOURCES = \ live_effects/lpe-skeletalstrokes.h \
live_effects/lpe-pathalongpath.cpp \
live_effects/lpe-pathalongpath.h \
+ live_effects/lpe-sketch.cpp \
+ live_effects/lpe-sketch.h \
+ live_effects/lpe-knot.cpp \
+ live_effects/lpe-knot.h \
+ live_effects/lpe-vonkoch.cpp \
+ live_effects/lpe-vonkoch.h \
live_effects/lpe-curvestitch.cpp \
live_effects/lpe-curvestitch.h \
live_effects/lpe-gears.cpp \
|
