[Kst] extragear/graphics/kst/src/plugins/fits/linear_unweighted

Adam Treat treat at kde.org
Mon Nov 27 21:15:53 CET 2006


SVN commit 608530 by treat:

* Revert the conversion of this plugin from cplugin to basicplugin.

All of these cplugins share common algorithms that take params specific
to kstcplugin.cpp.  Short of converting all these algorithms to a more
generic form, we can keep these as cplugins for now.


 M  +8 -7      Makefile.am  
 D             kstobject_linear_unweighted.desktop  
 D             linear_unweighted.cpp  
 D             linear_unweighted.h  


--- trunk/extragear/graphics/kst/src/plugins/fits/linear_unweighted/Makefile.am #608529:608530
@@ -1,11 +1,12 @@
-INCLUDES=-I$(top_srcdir)/kst -I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath $(all_includes)
+installdir=$(kde_moduledir)/kstplugins
+INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
 
-kde_module_LTLIBRARIES=kstobject_linear_unweighted.la
+install_LTLIBRARIES = kstfit_linear_unweighted.la
 
-kstobject_linear_unweighted_la_LDFLAGS=$(all_libraries) -module -avoid-version
-kstobject_linear_unweighted_la_SOURCES=linear_unweighted.cpp
+kstfit_linear_unweighted_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
+kstfit_linear_unweighted_la_LIBADD = $(GSL_LIBS)
+kstfit_linear_unweighted_la_SOURCES = kstfit_linear_unweighted.cpp
 
-services_DATA=kstobject_linear_unweighted.desktop
-servicesdir=$(kde_servicesdir)/kst
+METASOURCES=AUTO
 
-METASOURCES=AUTO
+install_DATA=kstfit_linear_unweighted.xml


More information about the Kst mailing list