Mercurial > pidgin.yaz
view src/protocols/icq/Makefile.am @ 9909:ebca3bbc6719
[gaim-migrate @ 10801]
(12:58:49) nosnilmot: LSchiere: I've got a few patches :) 1) Avoids a g_log
when closing conversations on disconnected accounts
http://nosnilmot.com/patches/gaim-0.83cvs-gtkconv-glog-quieter.patch
(12:59:20) nosnilmot: 2) Some conversation signal fix-lets, which reduces
g_log warnings when closing gaim with conversations open
http://nosnilmot.com/patches/gaim-0.83cvs-conv-signal-fixes.patch
(12:59:45) nosnilmot: 3) Drag-and-drop buddy support for the Invite dialog
: http://nosnilmot.com/patches/gaim-0.83cvs-invite-dnd.patch
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 29 Aug 2004 16:59:47 +0000 |
parents | eb3356588ef5 |
children |
line wrap: on
line source
EXTRA_DIST = \ AUTHORS \ COPYING \ ChangeLog \ INSTALL \ README \ VERSION pkgdir = $(libdir)/gaim ICQSOURCES = \ chatsession.c \ chatsession.h \ contacts.c \ contacts.h \ cyrillic.c \ eventhandle.c \ eventhandle.h \ filesession.c \ filesession.h \ icq.h \ icqbyteorder.c \ icqbyteorder.h \ icqevent.c \ icqevent.h \ icqlib.c \ icqlib.h \ icqpacket.c \ icqpacket.h \ icqtypes.h \ list.c \ list.h \ proxy.c \ queue.c \ queue.h \ socketmanager.c \ socketmanager.h \ stdpackets.c \ stdpackets.h \ tcp.c \ tcp.h \ tcpchathandle.c \ tcpfilehandle.c \ tcphandle.c \ tcplink.c \ tcplink.h \ timeout.c \ timeout.h \ udp.c \ udp.h \ udphandle.c \ util.c \ util.h \ gaim_icq.c AM_CFLAGS = $(st) libicq_la_LDFLAGS = -module -avoid-version st = pkg_LTLIBRARIES = libicq.la libicq_la_SOURCES = $(ICQSOURCES) AM_CPPFLAGS = \ -I$(top_srcdir)c \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS)