summaryrefslogtreecommitdiffstats
path: root/gentoo/trinity-base/kopete/files/kopete-3.5.13.1-patches/0011-631f957-remove-nuisance-unsermake-warning-with-automake.patch
blob: ea1a6526ecaf04195a4af4e733e7e59235a0c643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am b/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am
index 56be2c4..8e89a08 100644
--- a/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am
+++ b/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am
@@ -1,6 +1,6 @@
 # The only Q_OBJECT lines are in securestream.{h,cpp} and we deal with them below.
 # Give metasources a file with no Q_OBJECT line to stop unsermake assuming we want METASOURCES = AUTO
-METASOURCES = ignore_this_warning.moc
+METASOURCES = AUTO
 
 noinst_LTLIBRARIES = libiris_xmpp_core.la
 AM_CPPFLAGS = $(IDN_CFLAGS)