summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-06-12 02:59:15 +0000
committergouldtj <gouldtj@users.sourceforge.net>2009-06-12 02:59:15 +0000
commit94b62d4a9bc32e06d02f339c80221ea67597df48 (patch)
tree66b1ead325d8a1ca103b27bd6bb6533bcf37a5a5
parentFix a typo in a comment. (diff)
downloadinkscape-94b62d4a9bc32e06d02f339c80221ea67597df48.tar.gz
inkscape-94b62d4a9bc32e06d02f339c80221ea67597df48.zip
Adding plt_[input|output].inx to the Makefile so that they get picked
up by the tarballs. (bzr r8050)
-rw-r--r--share/extensions/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
index 9d6762d4e..bed1319ec 100644
--- a/share/extensions/Makefile.am
+++ b/share/extensions/Makefile.am
@@ -210,6 +210,8 @@ modules = \
pathscatter.inx\
perfectboundcover.inx \
perspective.inx \
+ plt_input.inx \
+ plt_output.inx \
polyhedron_3d.inx \
printing-marks.inx \
ps_input.inx \