[Kst] kdeextragear-2/kst/plugins
George Staikos
staikos at kde.org
Thu Jan 29 07:39:54 CET 2004
CVS commit by staikos:
revert half the last change. it was incorrect
M +1 -1 autocorrelation/Makefile.am 1.4
M +1 -1 chop/Makefile.am 1.4
M +1 -1 crosscorrelation/Makefile.am 1.4
M +1 -1 linefit/Makefile.am 1.4
M +1 -1 periodogram/Makefile.am 1.4
M +1 -1 phase/Makefile.am 1.5
M +1 -1 statistics/Makefile.am 1.4
--- kdeextragear-2/kst/plugins/autocorrelation/Makefile.am #1.3:1.4
@@ -2,5 +2,5 @@
INCLUDES=-I$(srcdir)/../../kst $(all_includes)
-kde_module_LTLIBRARIES = autocorrelation.la
+install_LTLIBRARIES = autocorrelation.la
autocorrelation_la_LDFLAGS = -module $(KDE_PLUGIN)
--- kdeextragear-2/kst/plugins/chop/Makefile.am #1.3:1.4
@@ -2,5 +2,5 @@
INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
-kde_module_LTLIBRARIES=chop.la
+install_LTLIBRARIES=chop.la
chop_la_LDFLAGS=-module $(KDE_PLUGIN) $(all_libraries)
--- kdeextragear-2/kst/plugins/crosscorrelation/Makefile.am #1.3:1.4
@@ -2,5 +2,5 @@
INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
-kde_module_LTLIBRARIES=crosscorrelation.la
+install_LTLIBRARIES=crosscorrelation.la
crosscorrelation_la_LDFLAGS=-module $(KDE_PLUGIN) $(all_libraries)
--- kdeextragear-2/kst/plugins/linefit/Makefile.am #1.3:1.4
@@ -2,5 +2,5 @@
INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
-kde_module_LTLIBRARIES=linefit.la
+install_LTLIBRARIES=linefit.la
linefit_la_LDFLAGS=-module $(KDE_PLUGIN)
--- kdeextragear-2/kst/plugins/periodogram/Makefile.am #1.3:1.4
@@ -2,5 +2,5 @@
INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
-kde_module_LTLIBRARIES=periodogram.la
+install_LTLIBRARIES=periodogram.la
periodogram_la_LDFLAGS=-module $(KDE_PLUGIN) $(all_libraries)
--- kdeextragear-2/kst/plugins/phase/Makefile.am #1.4:1.5
@@ -2,5 +2,5 @@
INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
-kde_module_LTLIBRARIES=phase.la
+install_LTLIBRARIES=phase.la
phase_la_LDFLAGS=-module $(KDE_PLUGIN) $(all_libraries)
--- kdeextragear-2/kst/plugins/statistics/Makefile.am #1.3:1.4
@@ -2,5 +2,5 @@
INCLUDES=-I$(srcdir)/../../../kst $(all_includes)
-kde_module_LTLIBRARIES=statistics.la
+install_LTLIBRARIES=statistics.la
statistics_la_LDFLAGS=-module $(KDE_PLUGIN) $(all_libraries)
More information about the Kst
mailing list