Mercurial > pidgin.yaz
view src/protocols/oscar/Makefile.am @ 4168:ebfb80bbe1ed
[gaim-migrate @ 4397]
(00:16:51) faceprint: apply my g-signal patch too! </whine>
(00:17:02) ChipX86: the what?
(00:17:20) faceprint: sorry
(00:17:23) faceprint: g-timeout, rather
(00:17:28) ChipX86: ah good
(00:17:33) faceprint: http://faceprint.com/code/gaim/g-timeout.20030101.1301.diff
(00:17:33) ChipX86: yes, APPLY THAT
(00:17:38) ChipX86: I need that
(00:17:40) LSchiere: one at a time
(00:17:51) faceprint: ChipX86: you need that?
(00:17:56) ChipX86: for the conversation rewrite
(00:17:59) faceprint: ahh
(00:18:08) faceprint: it also fixes a memleak for msn users
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 02 Jan 2003 05:20:55 +0000 |
parents | 07283934dedd |
children | 422512cf6488 |
line wrap: on
line source
EXTRA_DIST = aim.h aim_cbtypes.h aim_internal.h faimconfig.h md5.h README \ CHANGES COPYING BUGS AUTHORS pkgdir = $(libdir)/gaim CFLAGS += -DAIM_BUILDDATE=\"`date +%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) liboscar_la_LDFLAGS = -module -avoid-version if STATIC_OSCAR st = -DSTATIC pkg_LTLIBRARIES = noinst_LIBRARIES = liboscar.a liboscar_a_SOURCES = admin.c \ adverts.c \ auth.c \ bos.c \ bstream.c \ buddylist.c \ chat.c \ chatnav.c \ conn.c \ email.c \ ft.c \ icq.c \ im.c \ info.c \ invite.c \ meta.c \ misc.c \ msgcookie.c \ newsearch.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 liboscar_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = liboscar.la noinst_LIBRARIES = liboscar_la_SOURCES = admin.c \ adverts.c \ auth.c \ bos.c \ bstream.c \ buddylist.c \ chat.c \ chatnav.c \ conn.c \ email.c \ ft.c \ icq.c \ im.c \ info.c \ invite.c \ meta.c \ misc.c \ msgcookie.c \ newsearch.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 endif