Mercurial > pidgin.yaz
view src/protocols/silc/Makefile.am @ 13219:d0f7f698b6de
[gaim-migrate @ 15583]
SF Patch #1428591 from Sadrul
"This is a new signal, emitted when request for a
file-transfer comes in. I have written a trivial plugin
(which I plan on adding under plugin_pack in a couple
of days) that uses this signal to auto-accept
file-transfers. I have tested the plugin to auto-accept
or auto-reject file-transfer requests."
I also noticed that the file transfer signals weren't using a subtype for
GaimXfer pointers, so I added one.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 11 Feb 2006 05:24:30 +0000 |
parents | 7bef0fa7d4aa |
children |
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 wb.c wb.h 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)