diff options
| author | Alvin Penner <penner@vaxxine.com> | 2011-05-29 23:32:17 +0000 |
|---|---|---|
| committer | apenner <penner@vaxxine.com> | 2011-05-29 23:32:17 +0000 |
| commit | c3c1977d1062a932f3e4e5b1a0048c0ff0c38b54 (patch) | |
| tree | b8f0203383eac964ef766fcc992b9e25bfe32059 /share/extensions/Makefile.am | |
| parent | Port of 0.48.x branch revision 9781. (diff) | |
| download | inkscape-c3c1977d1062a932f3e4e5b1a0048c0ff0c38b54.tar.gz inkscape-c3c1977d1062a932f3e4e5b1a0048c0ff0c38b54.zip | |
Voronoi extension by Vincent Nivoliers (Bug 783922)
Fixed bugs:
- https://launchpad.net/bugs/783922
(bzr r10243)
Diffstat (limited to 'share/extensions/Makefile.am')
| -rw-r--r-- | share/extensions/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index 6189427ca..cfe9ff970 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -161,6 +161,7 @@ extensions = \ uniconv-ext.py \ uniconv_output.py \ voronoi.py \ + voronoi2svg.py \ webslicer_create_group.py \ webslicer_create_rect.py \ webslicer_effect.py \ @@ -322,6 +323,7 @@ modules = \ text_braille.inx \ triangle.inx \ txt2svg.inx \ + voronoi2svg.inx \ webslicer_create_group.inx \ webslicer_create_rect.inx \ webslicer_export.inx \ |
