summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-10-26 13:09:01 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-10-26 13:49:53 +0200
commit631f957ceda7019a77acae9ccc765f48c015fdcf (patch)
treeaac77a7bef7c7553042a00542cd700c47b5aba12
parent81f6cfea02dfa18e7374fca83b8173ced17ead04 (diff)
downloadtdenetwork-631f957ceda7019a77acae9ccc765f48c015fdcf.tar.gz
tdenetwork-631f957ceda7019a77acae9ccc765f48c015fdcf.zip
Remove nuisance unsermake warning with automake
Thanks to Darrell Anderson (cherry picked from commit 5df439b28de8a028b4940bd2b4772e54654b4e89)
-rw-r--r--kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am b/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am
index 56be2c4e..8e89a082 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)