From 8682a96d7f3bbfcc1faea473df15509c3bf42d83 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 29 Oct 2011 02:08:29 +0000 Subject: Fix Kopete Jabber plugin failing to load This closes Bug 556 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1261215 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kopete/protocols/jabber/libiris/iris/xmpp-im') diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile.am b/kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile.am index c0ac6721..e943fe5b 100644 --- a/kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile.am +++ b/kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile.am @@ -13,7 +13,10 @@ libiris_xmpp_im_la_SOURCES = \ CLEANFILES = types.moc types.lo: types.moc types.moc: $(top_builddir)/kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile - ${TQTMOC} ${MOC} $(srcdir)/../xmpp-im/types.cpp types.moc + cp $(srcdir)/../xmpp-im/types.cpp types.in.moc + tqt-replace types.in.moc + ${MOC} types.in.moc -o types.moc + rm types.in.moc KDE_OPTIONS = nofinal -- cgit v1.2.1