diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2006-09-14 23:52:06 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2006-09-14 23:52:06 +0000 |
| commit | 470c749599f6b6730a605cf98be9953e89554fd1 (patch) | |
| tree | 6fa3df967d8f3c196a5362d8c23fe2a946a52924 /share | |
| parent | Renamed effect and made an extended "Function Plotter". Kind of an excuse to ... (diff) | |
| download | inkscape-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.am | 4 |
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 \ |
