diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-29 02:08:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-29 02:08:29 +0000 |
commit | 8682a96d7f3bbfcc1faea473df15509c3bf42d83 (patch) | |
tree | 35552aca655b0e0a2db946c33cf300a0294cf895 /kopete/protocols/jabber/libiris/iris/xmpp-im | |
parent | e7d3e8c4637fbcfcfc158806eb8c943c1bc65e9d (diff) | |
download | tdenetwork-8682a96d7f3bbfcc1faea473df15509c3bf42d83.tar.gz tdenetwork-8682a96d7f3bbfcc1faea473df15509c3bf42d83.zip |
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
Diffstat (limited to 'kopete/protocols/jabber/libiris/iris/xmpp-im')
-rw-r--r-- | kopete/protocols/jabber/libiris/iris/xmpp-im/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |