Mercurial > pidgin
annotate plugins/icq/Makefile.am @ 1415:3dfd2a83fb5e
[gaim-migrate @ 1425]
woo hoo
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 19 Jan 2001 09:11:16 +0000 |
| parents | 0a766047b4fd |
| children | 4c510ca3563f |
| rev | line source |
|---|---|
| 1152 | 1 CFLAGS += -I\$(top_srcdir)/src |
| 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 \ | |
| 38 stdpackets.c \ | |
| 39 stdpackets.h \ | |
| 40 tcp.c \ | |
| 41 tcp.h \ | |
| 42 tcpchathandle.c \ | |
| 43 tcpfilehandle.c \ | |
| 44 tcphandle.c \ | |
| 45 tcplink.c \ | |
| 46 tcplink.h \ | |
| 47 udp.c \ | |
| 48 udp.h \ | |
| 49 udphandle.c \ | |
| 50 util.c \ | |
| 51 util.h \ | |
| 52 gaim_icq.c |
