Mercurial > pidgin.yaz
view libpurple/protocols/jabber/Makefile.am @ 21040:cb086fef7ca1
Consider buddy list obscured if it is partially obscured in addition to
fully obscured. This will cause a partially obscured buddy list to get
raised when clicking on the docklet rather than hiding it. Fixes #2740.
author | Casey Harkins <charkins@pidgin.im> |
---|---|
date | Sun, 28 Oct 2007 17:53:14 +0000 |
parents | b70664a62de8 |
children | 4ac5db6e39f3 b4ec5481a67a 60f5abc6cf0c 1cbe5a9f6efb |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw \ win32/posix.uname.c \ win32/utsname.h pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) JABBERSOURCES = auth.c \ auth.h \ buddy.c \ buddy.h \ chat.c \ chat.h \ disco.c \ disco.h \ google.c \ google.h \ iq.c \ iq.h \ jabber.c \ jabber.h \ jutil.c \ jutil.h \ message.c \ message.h \ oob.c \ oob.h \ parser.c \ parser.h \ ping.c \ ping.h \ presence.c \ presence.h \ roster.c \ roster.h \ si.c \ si.h \ xdata.c \ xdata.h \ caps.c \ caps.h \ adhoccommands.c \ adhoccommands.h \ pep.c \ pep.h \ usermood.c \ usermood.h \ usernick.c \ usernick.h \ usertune.c \ usertune.h AM_CFLAGS = $(st) libxmpp_la_LDFLAGS = -module -avoid-version if STATIC_JABBER st = -DPURPLE_STATIC_PRPL noinst_LIBRARIES = libjabber.a pkg_LTLIBRARIES = libjabber_a_SOURCES = $(JABBERSOURCES) libxmpp.c libjabber_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libjabber.la libxmpp.la noinst_LIBRARIES = libjabber_la_SOURCES = $(JABBERSOURCES) libjabber_la_LIBADD = $(GLIB_LIBS) $(SASL_LIBS) $(LIBXML_LIBS) libxmpp_la_SOURCES = libxmpp.c libxmpp_la_LIBADD = libjabber.la endif AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(LIBXML_CFLAGS)