Artifact 1d6e8db0420edfc3c61b4900af4956b1dcc4ba3b855bd4e1b5d67315c2259fc7:
- File src/Makefile — part of check-in [444674bc9d] at 2011-05-26 20:23:02 on branch trunk — Split XMPPSRVEnumerator into XMPPSRVLookup and XMPPSRVEnumerator. (user: js, size: 533) [annotate] [blame] [check-ins using]
include ../extra.mk LIB = ${OBJXMPP_SHARED_LIB} LIB_MAJOR = 0 LIB_MINOR = 0 STATIC_LIB = ${OBJXMPP_STATIC_LIB} SRCS = XMPPAuthenticator.m \ XMPPConnection.m \ XMPPExceptions.m \ XMPPIQ.m \ XMPPJID.m \ XMPPMessage.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 LD = ${OBJC}