Add support for building as a .framework
This commit is contained in:
parent
6139e5b982
commit
e303ca5a35
4 changed files with 20 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue