Mercurial > pidgin.yaz
view src/protocols/oscar/Makefile.am @ 11020:407e47f580e4
[gaim-migrate @ 12891]
sf patch #1223465, from Richard Laager
"The MSN prpl considers the existence of a buddy_icon
setting for a buddy in blist.xml to mean that a buddy icon
exists. If the cache file has been deleted, this causes Gaim
to fail to retrieve a new buddy icon."
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 22 Jun 2005 22:59:01 +0000 |
parents | 2cc05a9e944d |
children | b03073e77833 |
line wrap: on
line source
EXTRA_DIST = \ README \ CHANGES \ COPYING \ BUGS \ AUTHORS \ Makefile.mingw pkgdir = $(libdir)/gaim OSCARSOURCES = \ admin.c \ adverts.c \ aim.h \ aim_cbtypes.h \ aim_internal.h \ auth.c \ bart.c \ bos.c \ bstream.c \ buddylist.c \ chat.c \ chatnav.c \ conn.c \ email.c \ faimconfig.h \ ft.c \ icq.c \ im.c \ invite.c \ locate.c \ md5.c \ md5.h \ misc.c \ msgcookie.c \ odir.c \ popups.c \ rxhandlers.c \ rxqueue.c \ search.c \ service.c \ snac.c \ ssi.c \ stats.c \ tlv.c \ translate.c \ txqueue.c \ util.c \ oscar.c AM_CFLAGS = $(st) liboscar_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_OSCAR st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = liboscar.a liboscar_a_SOURCES = $(OSCARSOURCES) liboscar_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = liboscar.la liboscar_la_SOURCES = $(OSCARSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)