diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-03-29 21:06:33 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-03-29 21:06:33 +0000 |
| commit | 8a39d60c95dc8367e398eb420c5722b54aa7fb5a (patch) | |
| tree | 9bd98940a6ca1ca5ac44ea69bc2de4ca6c87dcc0 /share | |
| parent | Add console helper application based on inkscapec.exe from Jos Hirth, (diff) | |
| download | inkscape-8a39d60c95dc8367e398eb420c5722b54aa7fb5a.tar.gz inkscape-8a39d60c95dc8367e398eb420c5722b54aa7fb5a.zip | |
Remove remnants of rather pointless MMX optimizations, and fix
build failure caused by recent extension renames
(bzr r9255)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am index cd409d233..a64d77203 100644 --- a/share/extensions/Makefile.am +++ b/share/extensions/Makefile.am @@ -133,9 +133,9 @@ extensions = \ uniconv-ext.py \ uniconv_output.py \ voronoi.py \ - webslicer-create-group.py \ - webslicer-create-rect.py \ - webslicer-export.py \ + webslicer_create_group.py \ + webslicer_create_rect.py \ + webslicer_export.py \ web-set-att.py \ web-transmit-att.py \ whirl.py \ @@ -259,9 +259,9 @@ modules = \ text_braille.inx \ triangle.inx \ txt2svg.inx \ - webslicer-create-group.inx \ - webslicer-create-rect.inx \ - webslicer-export.inx \ + webslicer_create_group.inx \ + webslicer_create_rect.inx \ + webslicer_export.inx \ web-set-att.inx \ web-transmit-att.inx \ whirl.inx \ |
