Mercurial > pidgin
annotate src/protocols/icq/Makefile.am @ 3642:5e50f6746509
[gaim-migrate @ 3766]
(10:16:03) deryni: we're fully 'compliant'? (sorry if that betrays some underlying stupidity)
(10:16:55) Paco-Paco: yes
(10:17:24) Paco-Paco: provided the user has the font, on any of the services supporting unicode we should support every known language in the world :-)
(10:17:36) Paco-Paco: well, as soon as we have a proper utf-8 input widget
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Fri, 11 Oct 2002 14:19:24 +0000 |
parents | e9a89676d120 |
children | 59751fe608c5 |
rev | line source |
---|---|
2086 | 1 EXTRA_DIST = AUTHORS \ |
2 COPYING \ | |
3 ChangeLog \ | |
4 INSTALL \ | |
5 README \ | |
6 VERSION | |
7 | |
8 pkgdir = $(libdir)/gaim | |
9 | |
10 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
2894
44140dae2865
[gaim-migrate @ 2907]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2341
diff
changeset
|
11 libicq_la_LDFLAGS = -module -avoid-version |
2086 | 12 |
13 st = | |
2087
cf68ddc50ba2
[gaim-migrate @ 2097]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
14 pkg_LTLIBRARIES = libicq.la |
2086 | 15 noinst_LIBRARIES = |
16 | |
2087
cf68ddc50ba2
[gaim-migrate @ 2097]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
17 libicq_la_SOURCES = chatsession.c \ |
2086 | 18 chatsession.h \ |
19 contacts.c \ | |
20 contacts.h \ | |
21 cyrillic.c \ | |
22 eventhandle.c \ | |
23 eventhandle.h \ | |
24 filesession.c \ | |
25 filesession.h \ | |
26 icq.h \ | |
27 icqbyteorder.c \ | |
28 icqbyteorder.h \ | |
29 icqevent.c \ | |
30 icqevent.h \ | |
31 icqlib.c \ | |
32 icqlib.h \ | |
33 icqpacket.c \ | |
34 icqpacket.h \ | |
35 icqtypes.h \ | |
36 list.c \ | |
37 list.h \ | |
38 proxy.c \ | |
39 queue.c \ | |
40 queue.h \ | |
41 socketmanager.c \ | |
42 socketmanager.h \ | |
43 stdpackets.c \ | |
44 stdpackets.h \ | |
45 tcp.c \ | |
46 tcp.h \ | |
47 tcpchathandle.c \ | |
48 tcpfilehandle.c \ | |
49 tcphandle.c \ | |
50 tcplink.c \ | |
51 tcplink.h \ | |
52 timeout.c \ | |
53 timeout.h \ | |
54 udp.c \ | |
55 udp.h \ | |
56 udphandle.c \ | |
57 util.c \ | |
58 util.h \ | |
59 gaim_icq.c |