Differences From Artifact [e0db257764]:
- File src/Makefile — part of check-in [df39a315dc] at 2012-11-08 11:56:35 on branch trunk — Update buildsys. (user: js, size: 777) [annotate] [blame] [check-ins using] [more...]
To Artifact [f24c0b7169]:
- File src/Makefile — part of check-in [9532fc55fb] at 2013-01-09 18:32:57 on branch trunk — Remove redundant IDNAToASCII (user: florob@babelmonkeys.de, size: 807) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + | include ../extra.mk SHARED_LIB = ${OBJXMPP_SHARED_LIB} STATIC_LIB = ${OBJXMPP_STATIC_LIB} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = XMPPAuthenticator.m \ XMPPCallback.m \ XMPPConnection.m \ XMPPContactManager.m \ XMPPExceptions.m \ XMPPEXTERNALAuth.m \ XMPPIQ.m \ XMPPJID.m \ XMPPJSONFileStorage.m \ XMPPMessage.m \ XMPPMulticastDelegate.m \ |
︙ |