From ed0f571194e31502ea6f8a510209bec46e7836b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 10 Jan 2010 08:30:50 +0000 Subject: [PATCH] Fixed compilation with gcc4.x+ git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1072420 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kmail/Makefile.am b/kmail/Makefile.am index 5938c3df..56b89dbc 100644 --- a/kmail/Makefile.am +++ b/kmail/Makefile.am @@ -226,10 +226,10 @@ kde_services_DATA = kmail_config_misc.desktop kmail_config_appearance.desktop \ kmail_config_security.desktop messages: rc.cpp - rm -f tips.cpp - $(PREPARETIPS) > tips.cpp - $(XGETTEXT) -ktranslate *.cpp *.h -o $(podir)/kmail.pot - rm -f tips.cpp + rm -f tips.txt + $(PREPARETIPS) > tips.txt + $(XGETTEXT) -ktranslate *.cpp *.txt *.h -o $(podir)/kmail.pot + rm -f tips.txt kde_kcfg_DATA = kmail.kcfg replyphrases.kcfg custommimeheader.kcfg \ templatesconfiguration_kfg.kcfg customtemplates_kfg.kcfg