[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Fri Nov 11 04:05:05 CET 2005
SVN commit 479620 by staikos:
add date parsing tools and remove unused file
M +2 -2 Makefile.am
A dateparser.cpp [License: GPL (v2+)]
A dateparser.h [License: GPL (v2+)]
D kstgraphicdefaults.cpp
D kstgraphicdefaults.h
--- trunk/extragear/graphics/kst/kst/Makefile.am #479619:479620
@@ -27,6 +27,7 @@
kstdatacollection.cpp \
kstdebug.cpp \
rwlock.cpp \
+ dateparser.cpp \
ksttimezones.cpp \
kstsettings.cpp \
kstscalar.cpp $(PROCPS_COPY) \
@@ -48,7 +49,6 @@
kstimage.cpp \
kstvectordefaults.cpp \
kstmatrixdefaults.cpp \
- kstgraphicdefaults.cpp \
kstdefaultnames.cpp \
ksthistogram.cpp \
kstequation.cpp \
@@ -259,7 +259,7 @@
mime_DATA = x-kst.desktop
# set the include path for X, qt and KDE
-INCLUDES= $(KMDI_INCLUDES) -I$(top_srcdir) $(all_includes)
+INCLUDES= $(KMDI_INCLUDES) -I$(srcdir)/extdate -I$(top_srcdir) $(all_includes)
rcdir = $(kde_datadir)/kst
rc_DATA = kstui.rc
More information about the Kst
mailing list