diff options
| author | Niko Kiirala <niko@kiirala.com> | 2007-07-20 19:50:41 +0000 |
|---|---|---|
| committer | kiirala <kiirala@users.sourceforge.net> | 2007-07-20 19:50:41 +0000 |
| commit | 91819249206cf3c91511e766415f459512e04f1d (patch) | |
| tree | 682ebb0363d255c5627d193f2d4b1bf85c88c22b /src/Makefile_insert | |
| parent | Updated the gtkmmified fill and stroke dialog with the filter effects (diff) | |
| download | inkscape-91819249206cf3c91511e766415f459512e04f1d.tar.gz inkscape-91819249206cf3c91511e766415f459512e04f1d.zip | |
Patch from Jean-René Reinhard: support for feDiffuseLighting and
feSpecularLighting filter primitives
(bzr r3269)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 1371039c1..548a49334 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -166,6 +166,7 @@ libinkpre_a_SOURCES = \ sp-fediffuselighting-fns.h \ sp-fedisplacementmap.cpp sp-fedisplacementmap.h \ sp-fedisplacementmap-fns.h \ + sp-fedistantlight.cpp sp-fedistantlight.h \ sp-feflood.cpp sp-feflood.h \ sp-feflood-fns.h \ sp-feimage.cpp sp-feimage.h \ @@ -176,8 +177,10 @@ libinkpre_a_SOURCES = \ sp-femorphology-fns.h \ sp-feoffset.cpp sp-feoffset.h \ sp-feoffset-fns.h \ + sp-fepointlight.cpp sp-fepointlight.h \ sp-fespecularlighting.cpp sp-fespecularlighting.h \ sp-fespecularlighting-fns.h \ + sp-fespotlight.cpp sp-fespotlight.h \ sp-fetile.cpp sp-fetile.h \ sp-fetile-fns.h \ sp-feturbulence.cpp sp-feturbulence.h \ |
