Add support for building as a .framework

This commit is contained in:
Jonathan Schleifer 2018-01-21 23:44:58 +01:00
parent 6139e5b982
commit e303ca5a35
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
4 changed files with 20 additions and 3 deletions

View file

@ -1,8 +1,10 @@
include ../extra.mk
PROG_NOINST = tests${PROG_SUFFIX}
SRCS = test.m
include ../buildsys.mk
CPPFLAGS += -I../src
LIBS := -L../src -lobjxmpp ${LIBS}
LIBS := -L../src -lobjxmpp ${OBJOPENSSL_LIBS} ${OBJFW_LIBS} ${LIBS}
LD = ${OBJC}