Mercurial > pidgin
view libpurple/plugins/mono/api/Makefile.am @ 27252:ea9df9bfa921
If get_info_for_jid is passed a full JID, don't spam that JID with IQs.
Looping over all the resources while using the passed-in JID as the to
address was causing us to generate O(N) queries to a member of a MUC (where
N is the number of people in the room).
| author | Paul Aurich <paul@darkrain42.org> |
|---|---|
| date | Thu, 02 Jul 2009 22:03:21 +0000 |
| parents | ce049678a67b |
| children |
line wrap: on
line source
monodir=$(libdir)/purple-$(PURPLE_MAJOR_VERSION) mono_sources = \ BlistNode.cs \ BuddyList.cs \ Buddy.cs \ Contact.cs \ Debug.cs \ Event.cs \ PurplePlugin.cs \ Group.cs \ Signal.cs \ Status.cs EXTRA_DIST = $(mono_sources) mono_SCRIPTS = PurpleAPI.dll mono_build_sources = $(addprefix $(srcdir)/, $(mono_sources)) all: $(mono_SCRIPTS) $(mono_SCRIPTS): $(mono_build_sources) mcs -t:library -out:$(mono_SCRIPTS) $(mono_build_sources) clean-local: rm -rf $(mono_SCRIPTS)
