comparison plugins/icq/Makefile.am @ 1152:201ec77f3a60

[gaim-migrate @ 1162] icq. whoop de doo committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 28 Nov 2000 02:22:42 +0000
parents
children 0a766047b4fd
comparison
equal deleted inserted replaced
1151:428372cc1e39 1152:201ec77f3a60
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 \
19 filesession.c \
20 filesession.h \
21 icq.h \
22 icqbyteorder.c \
23 icqbyteorder.h \
24 icqlib.c \
25 icqlib.h \
26 icqpacket.c \
27 icqpacket.h \
28 icqtypes.h \
29 list.c \
30 list.h \
31 proxy.c \
32 queue.c \
33 queue.h \
34 stdpackets.c \
35 stdpackets.h \
36 tcp.c \
37 tcp.h \
38 tcpchathandle.c \
39 tcpfilehandle.c \
40 tcphandle.c \
41 tcplink.c \
42 tcplink.h \
43 udp.c \
44 udp.h \
45 udphandle.c \
46 util.c \
47 util.h \
48 gaim_icq.c