Mercurial > pidgin
annotate 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 |
| rev | line source |
|---|---|
|
1432
4c510ca3563f
[gaim-migrate @ 1442]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1309
diff
changeset
|
1 CFLAGS += -I\$(top_srcdir)/src $(DEBUG_CFLAGS) |
| 1152 | 2 LIBS = $(GTK_LIBS) |
| 3 | |
| 4 EXTRA_DIST = AUTHORS \ | |
| 5 COPYING \ | |
| 6 ChangeLog \ | |
| 7 INSTALL \ | |
| 8 README \ | |
| 9 VERSION | |
| 10 | |
| 11 pkgdir = $(libdir)/gaim | |
| 12 pkg_LTLIBRARIES = libgaimicq.la | |
| 13 | |
| 14 libgaimicq_la_SOURCES = chatsession.c \ | |
| 15 chatsession.h \ | |
| 16 contacts.c \ | |
| 17 contacts.h \ | |
| 18 cyrillic.c \ | |
|
1309
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
19 eventhandle.c \ |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
20 eventhandle.h \ |
| 1152 | 21 filesession.c \ |
| 22 filesession.h \ | |
| 23 icq.h \ | |
| 24 icqbyteorder.c \ | |
| 25 icqbyteorder.h \ | |
|
1309
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
26 icqevent.c \ |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
27 icqevent.h \ |
| 1152 | 28 icqlib.c \ |
| 29 icqlib.h \ | |
| 30 icqpacket.c \ | |
| 31 icqpacket.h \ | |
| 32 icqtypes.h \ | |
| 33 list.c \ | |
| 34 list.h \ | |
| 35 proxy.c \ | |
| 36 queue.c \ | |
| 37 queue.h \ | |
|
1432
4c510ca3563f
[gaim-migrate @ 1442]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1309
diff
changeset
|
38 socketmanager.c \ |
|
4c510ca3563f
[gaim-migrate @ 1442]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1309
diff
changeset
|
39 socketmanager.h \ |
| 1152 | 40 stdpackets.c \ |
| 41 stdpackets.h \ | |
| 42 tcp.c \ | |
| 43 tcp.h \ | |
| 44 tcpchathandle.c \ | |
| 45 tcpfilehandle.c \ | |
| 46 tcphandle.c \ | |
| 47 tcplink.c \ | |
| 48 tcplink.h \ | |
|
1498
0ef6603d986e
[gaim-migrate @ 1508]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1432
diff
changeset
|
49 timeout.c \ |
|
0ef6603d986e
[gaim-migrate @ 1508]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1432
diff
changeset
|
50 timeout.h \ |
| 1152 | 51 udp.c \ |
| 52 udp.h \ | |
| 53 udphandle.c \ | |
| 54 util.c \ | |
| 55 util.h \ | |
| 56 gaim_icq.c |
