By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1040
Collapse All | Expand All

(-)tdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/Makefile.am (-1 / +1 lines)
Lines 1-6 Link Here
1
# The only Q_OBJECT lines are in securestream.{h,cpp} and we deal with them below.
1
# The only Q_OBJECT lines are in securestream.{h,cpp} and we deal with them below.
2
# Give metasources a file with no Q_OBJECT line to stop unsermake assuming we want METASOURCES = AUTO
2
# Give metasources a file with no Q_OBJECT line to stop unsermake assuming we want METASOURCES = AUTO
3
METASOURCES = ignore_this_warning.moc
3
METASOURCES = AUTO
4
4
5
noinst_LTLIBRARIES = libiris_xmpp_core.la
5
noinst_LTLIBRARIES = libiris_xmpp_core.la
6
AM_CPPFLAGS = $(IDN_CFLAGS)
6
AM_CPPFLAGS = $(IDN_CFLAGS)

Return to bug 1040