summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2013-11-04 14:50:24 +0000
committer~suv <suv-sf@users.sourceforge.net>2013-11-04 14:50:24 +0000
commita45a51d5ee898fc684c15fe0b80ad108f140ac8b (patch)
treef0c49f22b3b8e006b565b0a50d7b9d3eb78c06d8
parentFix make check (follow-up to r12773) (diff)
downloadinkscape-a45a51d5ee898fc684c15fe0b80ad108f140ac8b.tar.gz
inkscape-a45a51d5ee898fc684c15fe0b80ad108f140ac8b.zip
Fix make install (autotools) (follow-up to r12733)
(bzr r12777)
-rw-r--r--share/extensions/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
index c9a557532..b53446999 100644
--- a/share/extensions/Makefile.am
+++ b/share/extensions/Makefile.am
@@ -76,9 +76,11 @@ extensions = \
guides_creator.py \
guillotine.py \
handles.py \
- hpgl_input.py \
hershey.py \
hersheydata.py \
+ hpgl_decoder.py \
+ hpgl_encoder.py \
+ hpgl_input.py \
hpgl_output.py \
ink2canvas.py \
inkex.py \
@@ -118,6 +120,7 @@ extensions = \
perfectboundcover.py \
perspective.py \
pixelsnap.py \
+ plotter.py \
plt_output.py \
polyhedron_3d.py \
printing_marks.py \
@@ -266,8 +269,8 @@ modules = \
guides_creator.inx \
guillotine.inx \
handles.inx \
- hpgl_input.inx \
hershey.inx \
+ hpgl_input.inx \
hpgl_output.inx \
ink2canvas.inx \
inkscape_follow_link.inx \
@@ -310,6 +313,7 @@ modules = \
perfectboundcover.inx \
perspective.inx \
pixelsnap.inx \
+ plotter.inx \
plt_input.inx \
plt_output.inx \
polyhedron_3d.inx \