summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2006-09-14 23:52:06 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2006-09-14 23:52:06 +0000
commit470c749599f6b6730a605cf98be9953e89554fd1 (patch)
tree6fa3df967d8f3c196a5362d8c23fe2a946a52924 /share
parentRenamed effect and made an extended "Function Plotter". Kind of an excuse to ... (diff)
downloadinkscape-470c749599f6b6730a605cf98be9953e89554fd1.tar.gz
inkscape-470c749599f6b6730a605cf98be9953e89554fd1.zip
My apologies. I just found out I have to modify the makefiles when I add stuff... doh!
(bzr r1708)
Diffstat (limited to 'share')
-rw-r--r--share/extensions/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/extensions/Makefile.am b/share/extensions/Makefile.am
index 3dc36b08f..6619fcf7e 100644
--- a/share/extensions/Makefile.am
+++ b/share/extensions/Makefile.am
@@ -26,6 +26,7 @@ extensions = \
ffproc.py \
ffscale.py \
fretfind.py \
+ funcplot.py \
handles.py \
inkex.py \
interp.py \
@@ -82,7 +83,8 @@ modules = \
ffmet.inx \
ffms.inx \
ffss.inx \
- ffset.inx \
+ ffset.inx \
+ funcplot.inx \
handles.inx \
interp.inx \
kochify.inx \