ObjXMPP  Makefile at [a6c65a6aa2]

File tests/Makefile artifact 11ab56c388 part of check-in a6c65a6aa2


PROG_NOINST = tests${PROG_SUFFIX}
SRCS = test.m

include ../buildsys.mk

CPPFLAGS += -I../src
LIBS := -L../src -lobjxmpp ${LIBS}
LD = ${OBJC}