Differences From Artifact [9b32c5a165]:
- File src/Makefile — part of check-in [6c757fb3c0] at 2011-04-01 01:14:19 on branch trunk — Add convenience header and method. (user: js, size: 487) [annotate] [blame] [check-ins using]
To Artifact [a2d4863fd2]:
- File src/Makefile — part of check-in [12e4f83535] at 2011-05-12 20:51:55 on branch trunk — Move namespaces to namespaces.h and add missing files to Xcode project. (user: js, size: 507) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 | 15 16 17 18 19 20 21 22 23 24 25 26 27 | + | XMPPPresence.m \ XMPPRoster.m \ XMPPRosterItem.m \ XMPPSCRAMAuth.m \ XMPPStanza.m INCLUDES = ${SRCS:.m=.h} \ namespaces.h \ ObjXMPP.h include ../buildsys.mk LD = ${OBJC} |