Differences From Artifact [9c79822df1]:
- File src/Makefile — part of check-in [3b589295f9] at 2011-05-26 20:42:16 on branch trunk — Check for res_ndestroy. (user: js, size: 566) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + | 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 \ XMPPIQ.m \ XMPPJID.m \ XMPPMessage.m \ XMPPPLAINAuth.m \ XMPPPresence.m \ |
︙ |