[gaim-migrate @ 3063]
[pidgin-git.git] / src / protocols / icq / Makefile.am
blobeca72b35b86013d8d90977e13d4bc6121708009e
1 EXTRA_DIST =    AUTHORS \
2                 COPYING \
3                 ChangeLog \
4                 INSTALL \
5                 README \
6                 VERSION
8 pkgdir = $(libdir)/gaim
10 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)
11 libicq_la_LDFLAGS =     -module -avoid-version
13 if STATIC_ICQ
15 st = -DSTATIC
16 pkg_LTLIBRARIES =
17 noinst_LIBRARIES = libicq.a
19 libicq_a_SOURCES =      chatsession.c \
20                         chatsession.h \
21                         contacts.c \
22                         contacts.h \
23                         cyrillic.c \
24                         eventhandle.c \
25                         eventhandle.h \
26                         filesession.c \
27                         filesession.h \
28                         icq.h \
29                         icqbyteorder.c \
30                         icqbyteorder.h \
31                         icqevent.c \
32                         icqevent.h \
33                         icqlib.c \
34                         icqlib.h \
35                         icqpacket.c \
36                         icqpacket.h \
37                         icqtypes.h \
38                         list.c \
39                         list.h \
40                         proxy.c \
41                         queue.c \
42                         queue.h \
43                         socketmanager.c \
44                         socketmanager.h \
45                         stdpackets.c \
46                         stdpackets.h \
47                         tcp.c \
48                         tcp.h \
49                         tcpchathandle.c \
50                         tcpfilehandle.c \
51                         tcphandle.c \
52                         tcplink.c \
53                         tcplink.h \
54                         timeout.c \
55                         timeout.h \
56                         udp.c \
57                         udp.h \
58                         udphandle.c \
59                         util.c \
60                         util.h \
61                         gaim_icq.c
63 else
65 st =
66 pkg_LTLIBRARIES = libicq.la
67 noinst_LIBRARIES =
69 libicq_la_SOURCES =     chatsession.c \
70                         chatsession.h \
71                         contacts.c \
72                         contacts.h \
73                         cyrillic.c \
74                         eventhandle.c \
75                         eventhandle.h \
76                         filesession.c \
77                         filesession.h \
78                         icq.h \
79                         icqbyteorder.c \
80                         icqbyteorder.h \
81                         icqevent.c \
82                         icqevent.h \
83                         icqlib.c \
84                         icqlib.h \
85                         icqpacket.c \
86                         icqpacket.h \
87                         icqtypes.h \
88                         list.c \
89                         list.h \
90                         proxy.c \
91                         queue.c \
92                         queue.h \
93                         socketmanager.c \
94                         socketmanager.h \
95                         stdpackets.c \
96                         stdpackets.h \
97                         tcp.c \
98                         tcp.h \
99                         tcpchathandle.c \
100                         tcpfilehandle.c \
101                         tcphandle.c \
102                         tcplink.c \
103                         tcplink.h \
104                         timeout.c \
105                         timeout.h \
106                         udp.c \
107                         udp.h \
108                         udphandle.c \
109                         util.c \
110                         util.h \
111                         gaim_icq.c
113 endif