Code

My apologies. I just found out I have to modify the makefiles when I add stuff.....
authorjohanengelen <johanengelen@users.sourceforge.net>
Thu, 14 Sep 2006 23:52:06 +0000 (23:52 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Thu, 14 Sep 2006 23:52:06 +0000 (23:52 +0000)
share/extensions/Makefile.am
src/extension/Makefile_insert

index 3dc36b08fcbf890d317ac2612369fb7b373307a8..6619fcf7ecf481f872a79616114868136c5fbcc7 100644 (file)
@@ -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 \
index 90f7a17611191e3e4223b685ba72b8ec19487757..644eb82c5c7e279d3a752107a08f3ecd1be5f624 100644 (file)
@@ -19,6 +19,8 @@ extension_libextension_a_SOURCES =    \
        extension/init.h        \
        extension/parameter.h \
        extension/parameter.cpp \
+       extension/paramnotebook.h \
+       extension/paramnotebook.cpp \
        extension/prefdialog.cpp \
        extension/prefdialog.h \
        extension/system.cpp    \