diff options
| author | Niko Kiirala <niko@kiirala.com> | 2007-07-25 08:35:40 +0000 |
|---|---|---|
| committer | kiirala <kiirala@users.sourceforge.net> | 2007-07-25 08:35:40 +0000 |
| commit | bed21598e001f670cd368d47ea2538bad13b4fc9 (patch) | |
| tree | 78dafe76ace8a13f20afbc32cb0a032d1ddcbd6a /share/examples/Makefile.am | |
| parent | DisplacementMap filter boilerplate code + renderer draft implementation. (diff) | |
| download | inkscape-bed21598e001f670cd368d47ea2538bad13b4fc9.tar.gz inkscape-bed21598e001f670cd368d47ea2538bad13b4fc9.zip | |
Added example of lighting effects
(bzr r3294)
Diffstat (limited to 'share/examples/Makefile.am')
| -rw-r--r-- | share/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/examples/Makefile.am b/share/examples/Makefile.am index b036205be..1e3387b27 100644 --- a/share/examples/Makefile.am +++ b/share/examples/Makefile.am @@ -23,6 +23,7 @@ example_DATA = \ rope-3D.svg \ animated-clock.svg \ blend_modes.svg \ - flow-go.svg + flow-go.svg \ + lighting_effects.svg EXTRA_DIST = $(example_DATA) |
