Mercurial > pidgin
view src/protocols/oscar/Makefile.am @ 13515:f5d4300aeed8
[gaim-migrate @ 15891]
Fix sf bug #1443092, Events logging not working properly?
"signed on" and "signed off" for people in your buddy list
are now correctly logged to the system log.
Richard, someone had already left a note in this function
to make a change after the string freeze (I think it was
you). We should still make a change after the string freeze,
but the change is different now than it was before this commit.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 15 Mar 2006 04:41:44 +0000 |
| parents | e9802db22b06 |
| children | 6519aeb66b31 |
line wrap: on
line source
EXTRA_DIST = \ COPYING \ AUTHORS \ Makefile.mingw pkgdir = $(libdir)/gaim OSCARSOURCES = \ bstream.c \ conn.c \ family_admin.c \ family_advert.c \ family_alert.c \ family_auth.c \ family_bart.c \ family_bos.c \ family_buddy.c \ family_chat.c \ family_chatnav.c \ family_icq.c \ family_icbm.c \ family_invite.c \ family_locate.c \ family_odir.c \ family_oservice.c \ family_popup.c \ family_feedbag.c \ family_stats.c \ family_translate.c \ family_userlookup.c \ misc.c \ msgcookie.c \ oscar.c \ oscar.h \ oscar_internal.h \ peer.c \ peer.h \ rxhandlers.c \ rxqueue.c \ session.c \ snac.c \ snactypes.h \ tlv.c \ txqueue.c \ util.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)
