diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-09-02 17:44:01 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-09-02 17:44:01 +0000 |
| commit | b4b171b7e44d88cfddbe2f849420bc980f5cdf61 (patch) | |
| tree | 720f118b7f762b537108667551e8df866c7e2d0a | |
| parent | Clearify the LPE-Gears example (diff) | |
| download | inkscape-b4b171b7e44d88cfddbe2f849420bc980f5cdf61.tar.gz inkscape-b4b171b7e44d88cfddbe2f849420bc980f5cdf61.zip | |
And update the Makefile for examples...
(bzr r3667)
| -rw-r--r-- | share/examples/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/examples/Makefile.am b/share/examples/Makefile.am index 1e3387b27..bc645fc97 100644 --- a/share/examples/Makefile.am +++ b/share/examples/Makefile.am @@ -24,6 +24,9 @@ example_DATA = \ animated-clock.svg \ blend_modes.svg \ flow-go.svg \ - lighting_effects.svg + lighting_effects.svg \ + live-path-effects-curvestitch.svg \ + live-path-effects-gears.svg \ + live-path-effects-pathalongpath.svg EXTRA_DIST = $(example_DATA) |
