summaryrefslogtreecommitdiffstats
path: root/share/extensions/Makefile.am
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2011-05-27 23:47:57 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2011-05-27 23:47:57 +0000
commitf4403f7422ce45b94a8b1e3462b9edb7ccae0c1d (patch)
tree18ea0e417626e8515affd0ed48e8c4cc2456aef6 /share/extensions/Makefile.am
parentAdd "silent" option to extension inx file so that extension authors can opt-o... (diff)
downloadinkscape-f4403f7422ce45b94a8b1e3462b9edb7ccae0c1d.tar.gz
inkscape-f4403f7422ce45b94a8b1e3462b9edb7ccae0c1d.zip
Extensions to alternate layer visibility for glyph layers.
These extensions are using the new "silent" option that I have introduced to the inx file sintax in the previous commit. (bzr r10241)
Diffstat (limited to 'share/extensions/Makefile.am')
-rw-r--r--share/extensions/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
index 78f05a827..6189427ca 100644
--- a/share/extensions/Makefile.am
+++ b/share/extensions/Makefile.am
@@ -102,6 +102,8 @@ extensions = \
measure.py \
motion.py \
new_glyph_layer.py \
+ next_glyph_layer.py \
+ previous_glyph_layer.py \
outline2svg.pl \
PathData.py \
param_curves.py \
@@ -274,6 +276,8 @@ modules = \
measure.inx \
motion.inx \
new_glyph_layer.inx \
+ next_glyph_layer.inx \
+ previous_glyph_layer.inx \
outline2svg.inx \
param_curves.inx \
pathalongpath.inx\