ObjXMPP  Makefile at [5a6c7fcfb8]

File tests/Makefile artifact f32ebd5129 part of check-in 5a6c7fcfb8


include ../extra.mk

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

include ../buildsys.mk

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