summaryrefslogtreecommitdiffstats
path: root/share/extensions/Makefile.am
diff options
context:
space:
mode:
authorMike Pittman <thepittos@yahoo.com.au>2008-05-16 02:57:01 +0000
committerozmikepittman <ozmikepittman@users.sourceforge.net>2008-05-16 02:57:01 +0000
commit9ebb63b9d84d89d8b87ea4db9abcf54a2cdaf157 (patch)
tree24646d3d9ca926ec6b6f74920c08673f8032ce71 /share/extensions/Makefile.am
parentback off on lifecycle stuff for now (diff)
downloadinkscape-9ebb63b9d84d89d8b87ea4db9abcf54a2cdaf157.tar.gz
inkscape-9ebb63b9d84d89d8b87ea4db9abcf54a2cdaf157.zip
Adding extension Effects->Render->3D Polyhedron by inductiveload - see LP #230478
(bzr r5677)
Diffstat (limited to 'share/extensions/Makefile.am')
-rw-r--r--share/extensions/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
index 4544b0866..62fa9eeda 100644
--- a/share/extensions/Makefile.am
+++ b/share/extensions/Makefile.am
@@ -2,6 +2,7 @@
SUBDIRS = \
alphabet_soup \
Barcode \
+ Poly3DObjects \
xaml2svg
extensiondir = $(datadir)/inkscape/extensions
@@ -73,6 +74,7 @@ extensions = \
pathmodifier.py\
perfectboundcover.py \
perspective.py \
+ polyhedron_3d.py \
ps2dxf.sh \
ps2epsi.sh \
ps2pdf.cmd \
@@ -186,6 +188,7 @@ modules = \
pdf_output_via_gs_on_win32.inx.txt \
perfectboundcover.inx \
perspective.inx \
+ polyhedron_3d.inx \
ps_input.inx \
radiusrand.inx \
render_barcode.inx \