Update of /cvsroot/kbear/kbear/kbear/plugins/tipofday
In directory sc8-pr-cvs1:/tmp/cvs-serv13799/kbear/plugins/tipofday
Modified Files:
Makefile.am
Log Message:
Bugfixes and feature improvements
Index: Makefile.am
===================================================================
RCS file: /cvsroot/kbear/kbear/kbear/plugins/tipofday/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile.am 21 Jul 2003 18:06:49 -0000 1.9
--- Makefile.am 23 Jul 2003 18:27:25 -0000 1.10
***************
*** 3,9 ****
AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST
AM_FFLAGS =
- SUBDIRS =
kde_module_LTLIBRARIES = kbeartipofday.la
! kbeartipofday_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version
kbeartipofday_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/kbear/lib/libkbearcore.la
kbeartipofday_la_SOURCES = kbeartipofdayplugin.cpp
--- 3,8 ----
AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -UQT_NO_COMPAT -DQT_NO_ASCII_CAST
AM_FFLAGS =
kde_module_LTLIBRARIES = kbeartipofday.la
! kbeartipofday_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version
kbeartipofday_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/kbear/lib/libkbearcore.la
kbeartipofday_la_SOURCES = kbeartipofdayplugin.cpp
***************
*** 17,21 ****
tip_DATA = tips
tipdir = $(kde_datadir)/kbear
!
! messages: tips.cc
$(PREPARETIPS) > tips.cc
--- 16,19 ----
tip_DATA = tips
tipdir = $(kde_datadir)/kbear
! messages:
$(PREPARETIPS) > tips.cc
|