Mercurial > pidgin
view src/protocols/silc/Makefile.am @ 11642:58bc500cf226
[gaim-migrate @ 13919]
sf patch #1324285, from Casey Harkins
fix "sounds while away" in HEAD
This patch adds a GaimAccount as a parameter to the
sound playing functions, allowing the caller to specify
the account the sound is related to. If the account is
not NULL and the while_away preference is not set, then
the account is checked to see if it is away, if so, the
sound is not played.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 12 Oct 2005 02:27:32 +0000 |
parents | 2cc05a9e944d |
children | 7bef0fa7d4aa |
line wrap: on
line source
EXTRA_DIST = README TODO Makefile.mingw pkgdir = $(libdir)/gaim SILCSOURCES = silc.c silcgaim.h buddy.c chat.c ft.c ops.c pk.c util.c AM_CFLAGS = $(st) libsilcgaim_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_SILC st = -DGAIM_STATIC_PRPL $(SILC_CFLAGS) noinst_LIBRARIES = libsilcgaim.a pkg_LTLIBRARIES = libsilcgaim_a_SOURCES = $(SILCSOURCES) libsilcgaim_a_CFLAGS = $(AM_CFLAGS) libsilcgaim_a_LIBADD = $(SILC_LIBS) else st = $(SILC_CFLAGS) pkg_LTLIBRARIES = libsilcgaim.la noinst_LIBRARIES = libsilcgaim_la_SOURCES = $(SILCSOURCES) libsilcgaim_la_LIBADD = $(SILC_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)