From a45a51d5ee898fc684c15fe0b80ad108f140ac8b Mon Sep 17 00:00:00 2001 From: su_v Date: Mon, 4 Nov 2013 15:50:24 +0100 Subject: Fix make install (autotools) (follow-up to r12733) (bzr r12777) --- share/extensions/Makefile.am | 8 ++++++-- 1 file 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 \ -- cgit v1.2.3