diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-10 08:30:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-10 08:30:50 +0000 |
commit | ed0f571194e31502ea6f8a510209bec46e7836b7 (patch) | |
tree | 8a49e309fd9ddd261cd8b3f52c6db1d0dd99c7c8 /kmail/Makefile.am | |
parent | 95b6ab63454583b6c06b45edf37792cc0de7837a (diff) | |
download | tdepim-ed0f571194e31502ea6f8a510209bec46e7836b7.tar.gz tdepim-ed0f571194e31502ea6f8a510209bec46e7836b7.zip |
Fixed compilation with gcc4.x+
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1072420 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/Makefile.am')
-rw-r--r-- | kmail/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/Makefile.am b/kmail/Makefile.am index 5938c3dfc..56b89dbcf 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 |