Mercurial > pidgin.yaz
view libgaim/protocols/qq/Makefile.am @ 15290:fbc9a92547d8
[gaim-migrate @ 18079]
I'm not sure if relying on gaim_account_get_buddy_icon_path() here is right; using libgaim from Adium, I've only ever called gaim_account_set_buddy_icon(), which doesn't appear to update the the buddy_icon_path for the account. In any case, this no longer crashes if gaim_account_get_buddy_icon_path() returns NULL.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sat, 06 Jan 2007 17:36:48 +0000 |
parents | e952a5fc97b3 |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim QQSOURCES = \ buddy_info.c \ buddy_info.h \ buddy_list.c \ buddy_list.h \ buddy_opt.c \ buddy_opt.h \ buddy_status.c \ buddy_status.h \ char_conv.c \ char_conv.h \ crypt.c \ crypt.h \ file_trans.c \ file_trans.h \ group.c \ group.h \ group_conv.c \ group_conv.h \ group_find.c \ group_find.h \ group_free.c \ group_free.h \ group_internal.c \ group_internal.h \ group_im.c \ group_im.h \ group_info.c \ group_info.h \ group_join.c \ group_join.h \ group_misc.c \ group_misc.h \ group_network.c \ group_network.h \ group_opt.c \ group_opt.h \ group_search.c \ group_search.h \ header_info.c \ header_info.h \ im.c \ im.h \ keep_alive.c \ keep_alive.h \ login_logout.c \ login_logout.h \ packet_parse.c \ packet_parse.h \ qq.c \ qq.h \ qq_proxy.c \ qq_proxy.h \ recv_core.c \ recv_core.h \ send_core.c \ send_core.h \ send_file.c \ send_file.h \ sendqueue.c \ sendqueue.h \ sys_msg.c \ sys_msg.h \ udp_proxy_s5.c \ udp_proxy_s5.h \ utils.c \ utils.h AM_CFLAGS = $(st) libqq_la_LDFLAGS = -module -avoid-version if STATIC_QQ st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = libqq.a libqq_a_SOURCES = $(QQSOURCES) libqq_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libqq.la libqq_la_SOURCES = $(QQSOURCES) libqq_la_LIBADD = $(GLIB_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/libgaim \ -DVERSION=\"$(VERSION)\" \ -DQQ_BUDDY_ICON_DIR=\"$(datadir)/pixmaps/gaim/buddy_icons/qq\" \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(GAIM_CFLAGS)