diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-18 23:34:31 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-18 23:34:31 +0000 |
| commit | 95b10e0707ee0e16055d5e514e1d05c929d49b5a (patch) | |
| tree | c6ffa6349cfa6c13d1bdbb03aafdac48f997c7dc /src/live_effects/Makefile_insert | |
| parent | Updated to trunk (diff) | |
| download | inkscape-95b10e0707ee0e16055d5e514e1d05c929d49b5a.tar.gz inkscape-95b10e0707ee0e16055d5e514e1d05c929d49b5a.zip | |
Added in new toy effect "Taper Strokes," readded a missing header file, bugfixes
(bzr r13090.1.25)
Diffstat (limited to 'src/live_effects/Makefile_insert')
| -rw-r--r-- | src/live_effects/Makefile_insert | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/live_effects/Makefile_insert b/src/live_effects/Makefile_insert index 35a85b4aa..b19f417ae 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -92,4 +92,8 @@ ink_common_sources += \ live_effects/lpe-fill-between-many.cpp \ live_effects/lpe-fill-between-many.h \ live_effects/lpe-ellipse_5pts.cpp \ - live_effects/lpe-ellipse_5pts.h + live_effects/lpe-ellipse_5pts.h \ + live_effects/lpe-jointype.cpp \ + live_effects/lpe-jointype.h \ + live_effects/lpe-taperstroke.cpp \ + live_effects/lpe-taperstroke.h |
