1700
|
1 CFLAGS += -I\$(top_srcdir)/src -I\$(top_srcdir)/plugins -DCONFDIR=\"$(confdir)\"
|
|
2 LIBS += $(GTK_LIBS)
|
|
3
|
|
4 pkgdir = $(libdir)/gaim
|
|
5 pkg_LTLIBRARIES = libzephyr.la
|
|
6
|
|
7 libzephyr_la_SOURCES = \
|
|
8 ZAsyncLocate.c \
|
|
9 ZCkAuth.c \
|
|
10 ZCkIfNot.c \
|
|
11 ZClosePort.c \
|
|
12 ZCmpUID.c \
|
|
13 ZCmpUIDP.c \
|
|
14 ZFlsLocs.c \
|
|
15 ZFlsSubs.c \
|
|
16 ZFmtAuth.c \
|
|
17 ZFmtList.c \
|
|
18 ZFmtNotice.c \
|
|
19 ZFmtRaw.c \
|
|
20 ZFmtRawLst.c \
|
|
21 ZFmtSmRLst.c \
|
|
22 ZFmtSmRaw.c \
|
|
23 ZFreeNot.c \
|
|
24 ZGetLocs.c \
|
|
25 ZGetSender.c \
|
|
26 ZGetSubs.c \
|
|
27 ZGetWGPort.c \
|
|
28 ZIfNotice.c \
|
|
29 ZInit.c \
|
|
30 ZLocations.c \
|
|
31 ZMakeAscii.c \
|
|
32 ZMkAuth.c \
|
|
33 ZNewLocU.c \
|
|
34 ZOpenPort.c \
|
|
35 ZParseNot.c \
|
|
36 ZPeekIfNot.c \
|
|
37 ZPeekNot.c \
|
|
38 ZPeekPkt.c \
|
|
39 ZPending.c \
|
|
40 ZReadAscii.c \
|
|
41 ZRecvNot.c \
|
|
42 ZRecvPkt.c \
|
|
43 ZRetSubs.c \
|
|
44 ZSendList.c \
|
|
45 ZSendNot.c \
|
|
46 ZSendPkt.c \
|
|
47 ZSendRLst.c \
|
|
48 ZSendRaw.c \
|
|
49 ZSetDest.c \
|
|
50 ZSetFD.c \
|
|
51 ZSetSrv.c \
|
|
52 ZSubs.c \
|
|
53 ZVariables.c \
|
|
54 ZWait4Not.c \
|
|
55 Zinternal.c \
|
|
56 com_err.h \
|
|
57 error_message.c \
|
|
58 error_table.h \
|
|
59 et_name.c \
|
|
60 init_et.c \
|
|
61 internal.h \
|
|
62 mit-copyright.h \
|
|
63 mit-sipb-copyright.h \
|
|
64 sysdep.h \
|
|
65 zephyr.h \
|
|
66 zephyr_err.c \
|
|
67 zephyr_err.h \
|
|
68 \
|
|
69 zephyr.c
|