16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
XMPPMulticastDelegate.m \
XMPPPLAINAuth.m \
XMPPPresence.m \
XMPPRoster.m \
XMPPRosterItem.m \
XMPPSCRAMAuth.m \
XMPPSRVLookup.m \
XMPPStanza.m
INCLUDES = ${SRCS:.m=.h} \
namespaces.h \
ObjXMPP.h
include ../buildsys.mk
|
|
>
|
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
XMPPMulticastDelegate.m \
XMPPPLAINAuth.m \
XMPPPresence.m \
XMPPRoster.m \
XMPPRosterItem.m \
XMPPSCRAMAuth.m \
XMPPSRVLookup.m \
XMPPStanza.m \
XMPPXMLElementBuilder.m
INCLUDES = ${SRCS:.m=.h} \
namespaces.h \
ObjXMPP.h
include ../buildsys.mk
|