[KBear-cvs] kbear/kbear Makefile.am,1.69,1.70
Brought to you by:
kbjorn
|
From: <kb...@us...> - 2003-07-21 18:07:21
|
Update of /cvsroot/kbear/kbear/kbear In directory sc8-pr-cvs1:/tmp/cvs-serv1599/kbear Modified Files: Makefile.am Log Message: Bugfixes and feature improvements Index: Makefile.am =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/Makefile.am,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** Makefile.am 20 Jul 2003 19:35:31 -0000 1.69 --- Makefile.am 21 Jul 2003 18:06:49 -0000 1.70 *************** *** 7,13 **** INCLUDES = -I$(top_srcdir)/kbear/lib -I$(top_srcdir)/kbear/lib/interfaces $(KBEARMDI_INCLUDES) -I$(top_srcdir)/kbear/lib/widgets $(all_includes) - tip_DATA = tips - tipdir = $(kde_datadir)/kbear - messages: rc.cpp LIST1=`find . -name \*.rc`; \ --- 7,10 ---- *************** *** 15,24 **** $(EXTRACTRC) $$LIST1 >> rc.cpp; \ fi - $(PREPARETIPS) > tips.cc LIST2=`find .. -name \*.h -o -name \*.cpp -o -name \*.cc`; \ if test -n "$$LIST2"; then \ $(XGETTEXT) -ktr $$LIST2 -o $(podir)/kbear.pot; \ fi - rm -f tips.cc # this is the program that gets installed. it's name is used for all --- 12,19 ---- |