diff options
| author | Michael Soegtrop <MSoegtrop@yahoo.de> | 2016-05-08 09:33:56 +0000 |
|---|---|---|
| committer | Michael Soegtrop <MSoegtrop@yahoo.de> | 2016-05-08 09:33:56 +0000 |
| commit | 112dffbbbcc46e2f3fb1feffdf503170404273c3 (patch) | |
| tree | 63ffe76d26adfec5333d47d6cb6950488672c70a /src/live_effects/Makefile_insert | |
| parent | Start of GTK3 external style sheet support. (diff) | |
| download | inkscape-112dffbbbcc46e2f3fb1feffdf503170404273c3.tar.gz inkscape-112dffbbbcc46e2f3fb1feffdf503170404273c3.zip | |
Added bool LPE
(bzr r14876.2.1)
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 b5bee55c8..c03606eb3 100644 --- a/src/live_effects/Makefile_insert +++ b/src/live_effects/Makefile_insert @@ -112,4 +112,6 @@ ink_common_sources += \ live_effects/lpe-jointype.cpp \ live_effects/lpe-jointype.h \ live_effects/lpe-taperstroke.cpp \ - live_effects/lpe-taperstroke.h + live_effects/lpe-taperstroke.h \ + live_effects/lpe-bool.cpp \ + live_effects/lpe-bool.h |
