Differences From Artifact [c7688681a6]:
- File src/Makefile — part of check-in [9815ad146d] at 2012-01-01 02:42:01 on branch trunk — Add capability to register callbacks when sending IQs (user: florob@babelmonkeys.de, size: 591) [annotate] [blame] [check-ins using]
To Artifact [fd40e02aba]:
- File src/Makefile — part of check-in [1f5b2b1bd8] at 2012-01-25 15:42:29 on branch trunk — Implement SASL EXTERNAL (user: florob@babelmonkeys.de, size: 619) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | + | include ../extra.mk LIB = ${OBJXMPP_SHARED_LIB} LIB_MAJOR = 0 LIB_MINOR = 0 STATIC_LIB = ${OBJXMPP_STATIC_LIB} SRCS = XMPPAuthenticator.m \ XMPPCallback.m \ XMPPConnection.m \ XMPPExceptions.m \ XMPPEXTERNALAuth.m \ XMPPIQ.m \ XMPPJID.m \ XMPPMessage.m \ XMPPPLAINAuth.m \ XMPPPresence.m \ XMPPRoster.m \ XMPPRosterItem.m \ |
︙ |