[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Fri Nov 11 01:08:37 CET 2005


SVN commit 479601 by staikos:

add libextdate from kdeedu to give us a better range.  May require a name
change since we need this in the public API for datasources.  For now we might
have to live with inability to make datasources out of our tree.


 M  +2 -2      Makefile.am  
 A             extdate (directory)   branches/KDE/3.5/kdeedu/libkdeedu/extdate#479596


--- trunk/extragear/graphics/kst/kst/Makefile.am #479600:479601
@@ -9,7 +9,7 @@
 PROCPS_COPY=sysinfo.c psversion.c
 endif
 
-SUBDIRS=$(KMDI_SUBDIR) . datasources extensions pics
+SUBDIRS=extdate $(KMDI_SUBDIR) . datasources extensions pics
 
 bin_PROGRAMS = kst d2asc
 
@@ -33,7 +33,7 @@
 	kststring.cpp
 
 libkst_la_LDFLAGS = -version-info @KST_LIBKST_VERSION@ -no-undefined $(all_libraries)
-libkst_la_LIBADD = $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE)
+libkst_la_LIBADD = $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) extdate/libextdate.la
 
 noinst_LTLIBRARIES = libkstplot.la libkstnonguiapp.la
 libkstmath_la_SOURCES = \


More information about the Kst mailing list