Update of /cvsroot/kbear/kbear/kbear/plugins/tipofday
In directory sc8-pr-cvs1:/tmp/cvs-serv1599/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.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.am 20 Jul 2003 19:35:31 -0000 1.8
--- Makefile.am 21 Jul 2003 18:06:49 -0000 1.9
***************
*** 14,15 ****
--- 14,21 ----
kbeartipofdaypluginrcdir = $(kde_datadir)/kbeartipofday
noinst_HEADERS = kbeartipofdayplugin.h
+
+ tip_DATA = tips
+ tipdir = $(kde_datadir)/kbear
+
+ messages: tips.cc
+ $(PREPARETIPS) > tips.cc
|