[Kst] extragear/graphics/kst/src/plugins/differentiation
Adam Treat
treat at kde.org
Thu Dec 7 18:02:29 CET 2006
SVN commit 611324 by treat:
* Another plugin conversion.
M +7 -7 Makefile.am
D differentiation.c
A differentiation.cpp [License: GPL (v2+)]
A differentiation.h [License: GPL (v2+)]
D differentiation.xml
A kstobject_differentiation.desktop
--- trunk/extragear/graphics/kst/src/plugins/differentiation/Makefile.am #611323:611324
@@ -1,11 +1,11 @@
-installdir=$(kde_moduledir)/kstplugins
-INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
+INCLUDES=-I$(top_srcdir)/kst -I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/libkstmath $(all_includes)
-install_LTLIBRARIES=differentiation.la
+kde_module_LTLIBRARIES=kstobject_differentiation.la
-differentiation_la_LDFLAGS=-module $(KDE_PLUGIN)
-differentiation_la_SOURCES=differentiation.c
+kstobject_differentiation_la_LDFLAGS=$(all_libraries) -module -avoid-version
+kstobject_differentiation_la_SOURCES=differentiation.cpp
+services_DATA=kstobject_differentiation.desktop
+servicesdir=$(kde_servicesdir)/kst
+
METASOURCES=AUTO
-
-install_DATA=differentiation.xml
More information about the Kst
mailing list