Mercurial > pidgin
annotate src/protocols/icq/Makefile.am @ 2253:eb4401ac17ed
[gaim-migrate @ 2263]
This is a little more correct. :-p
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 10 Sep 2001 02:23:56 +0000 |
| parents | cf68ddc50ba2 |
| children | 5486d558ecee |
| 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) | |
| 11 | |
| 12 if STATIC_ICQ | |
| 13 | |
| 14 st = -DSTATIC | |
| 15 pkg_LTLIBRARIES = | |
| 16 noinst_LIBRARIES = libicq.a | |
| 17 | |
| 18 libicq_a_SOURCES = chatsession.c \ | |
| 19 chatsession.h \ | |
| 20 contacts.c \ | |
| 21 contacts.h \ | |
| 22 cyrillic.c \ | |
| 23 eventhandle.c \ | |
| 24 eventhandle.h \ | |
| 25 filesession.c \ | |
| 26 filesession.h \ | |
| 27 icq.h \ | |
| 28 icqbyteorder.c \ | |
| 29 icqbyteorder.h \ | |
| 30 icqevent.c \ | |
| 31 icqevent.h \ | |
| 32 icqlib.c \ | |
| 33 icqlib.h \ | |
| 34 icqpacket.c \ | |
| 35 icqpacket.h \ | |
| 36 icqtypes.h \ | |
| 37 list.c \ | |
| 38 list.h \ | |
| 39 proxy.c \ | |
| 40 queue.c \ | |
| 41 queue.h \ | |
| 42 socketmanager.c \ | |
| 43 socketmanager.h \ | |
| 44 stdpackets.c \ | |
| 45 stdpackets.h \ | |
| 46 tcp.c \ | |
| 47 tcp.h \ | |
| 48 tcpchathandle.c \ | |
| 49 tcpfilehandle.c \ | |
| 50 tcphandle.c \ | |
| 51 tcplink.c \ | |
| 52 tcplink.h \ | |
| 53 timeout.c \ | |
| 54 timeout.h \ | |
| 55 udp.c \ | |
| 56 udp.h \ | |
| 57 udphandle.c \ | |
| 58 util.c \ | |
| 59 util.h \ | |
| 60 gaim_icq.c | |
| 61 | |
| 62 else | |
| 63 | |
| 64 st = | |
|
2087
cf68ddc50ba2
[gaim-migrate @ 2097]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
65 pkg_LTLIBRARIES = libicq.la |
| 2086 | 66 noinst_LIBRARIES = |
| 67 | |
|
2087
cf68ddc50ba2
[gaim-migrate @ 2097]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
68 libicq_la_SOURCES = chatsession.c \ |
| 2086 | 69 chatsession.h \ |
| 70 contacts.c \ | |
| 71 contacts.h \ | |
| 72 cyrillic.c \ | |
| 73 eventhandle.c \ | |
| 74 eventhandle.h \ | |
| 75 filesession.c \ | |
| 76 filesession.h \ | |
| 77 icq.h \ | |
| 78 icqbyteorder.c \ | |
| 79 icqbyteorder.h \ | |
| 80 icqevent.c \ | |
| 81 icqevent.h \ | |
| 82 icqlib.c \ | |
| 83 icqlib.h \ | |
| 84 icqpacket.c \ | |
| 85 icqpacket.h \ | |
| 86 icqtypes.h \ | |
| 87 list.c \ | |
| 88 list.h \ | |
| 89 proxy.c \ | |
| 90 queue.c \ | |
| 91 queue.h \ | |
| 92 socketmanager.c \ | |
| 93 socketmanager.h \ | |
| 94 stdpackets.c \ | |
| 95 stdpackets.h \ | |
| 96 tcp.c \ | |
| 97 tcp.h \ | |
| 98 tcpchathandle.c \ | |
| 99 tcpfilehandle.c \ | |
| 100 tcphandle.c \ | |
| 101 tcplink.c \ | |
| 102 tcplink.h \ | |
| 103 timeout.c \ | |
| 104 timeout.h \ | |
| 105 udp.c \ | |
| 106 udp.h \ | |
| 107 udphandle.c \ | |
| 108 util.c \ | |
| 109 util.h \ | |
| 110 gaim_icq.c | |
| 111 | |
| 112 endif |
