[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Sat Aug 14 16:28:02 CEST 2004
CVS commit by staikos:
KstScalar has to be a part of libkst for compilation on some platforms.
M +1 -3 Makefile.am 1.136
M +0 -1 kstscalar.cpp 1.25
--- kdeextragear-2/kst/kst/kstscalar.cpp #1.24:1.25
@@ -18,5 +18,4 @@
#include "kstscalar.h"
#include "kstdatacollection.h"
-#include "kstdoc.h"
#include <klocale.h>
--- kdeextragear-2/kst/kst/Makefile.am #1.135:1.136
@@ -15,5 +15,5 @@
lib_LTLIBRARIES = libkst.la
-libkst_la_SOURCES = kstobject.cpp kstdatasource.cpp stdinsource.cpp kstextension.cpp kstdatacollection.cpp kstdebug.cpp rwlock.cpp $(PROCPS_COPY)
+libkst_la_SOURCES = kstobject.cpp kstdatasource.cpp stdinsource.cpp kstextension.cpp kstdatacollection.cpp kstdebug.cpp rwlock.cpp kstscalar.cpp $(PROCPS_COPY)
libkst_la_LDFLAGS = -version-info 1:0:0 -no-undefined $(all_libraries)
libkst_la_LIBADD = $(LIB_KPARTS) $(LIB_KMDI)
@@ -28,5 +28,4 @@
kstvector.cpp \
kstrvector.cpp \
- kstscalar.cpp \
enodes.cpp \
enodefactory.cpp \
@@ -144,5 +143,4 @@
kstviewlabeldialog.ui \
kstsettingsdlg.ui \
- kstscalar.cpp \
kstsettings.cpp \
kstdoc.cpp \
More information about the Kst
mailing list