Add convenience header and method.

This commit is contained in:
Jonathan Schleifer 2011-04-01 03:14:19 +02:00
parent f504246a1b
commit 2554b3a778
4 changed files with 43 additions and 1 deletions

View file

@ -18,7 +18,8 @@ SRCS = XMPPAuthenticator.m \
XMPPSCRAMAuth.m \
XMPPStanza.m
INCLUDES = ${SRCS:.m=.h}
INCLUDES = ${SRCS:.m=.h} \
ObjXMPP.h
include ../buildsys.mk