Mercurial > pidgin
annotate src/protocols/icq/Makefile.am @ 4001:9178da61c19f
[gaim-migrate @ 4201]
fix bug where logging in to yahoo causes a blank new mail notification (thanks ZuperDee and faceprint)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Tue, 26 Nov 2002 14:13:11 +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 |
