Mercurial > pidgin
view plugins/icq/Makefile.am @ 1840:00aef397a1fe
[gaim-migrate @ 1850]
reworked some of the proxy stuff so that it's non-blocking now. next thing to do is to get IRC, MSN, Napster, and Jabber to use the new proxy_connect code. After that, Oscar and Yahoo (maybe Zephyr too? not likely)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 12 May 2001 01:38:04 +0000 |
| parents | 0ef6603d986e |
| children |
line wrap: on
line source
CFLAGS += -I\$(top_srcdir)/src $(DEBUG_CFLAGS) LIBS = $(GTK_LIBS) EXTRA_DIST = AUTHORS \ COPYING \ ChangeLog \ INSTALL \ README \ VERSION pkgdir = $(libdir)/gaim pkg_LTLIBRARIES = libgaimicq.la libgaimicq_la_SOURCES = 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
