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
|
@ -2,6 +2,7 @@ include ../extra.mk
|
|||
|
||||
SHARED_LIB = ${OBJXMPP_SHARED_LIB}
|
||||
STATIC_LIB = ${OBJXMPP_STATIC_LIB}
|
||||
FRAMEWORK = ${OBJXMPP_FRAMEWORK}
|
||||
LIB_MAJOR = 0
|
||||
LIB_MINOR = 0
|
||||
|
||||
|
@ -39,3 +40,5 @@ include ../buildsys.mk
|
|||
|
||||
CPPFLAGS += -I.. -DHAVE_CONFIG_H
|
||||
LD = ${OBJC}
|
||||
FRAMEWORK_LIBS := ${OBJOPENSSL_FRAMEWORK_LIBS} ${OBJFW_FRAMEWORK_LIBS} ${LIBS}
|
||||
LIBS := ${OBJOPENSSL_LIBS} ${OBJFW_LIBS} ${LIBS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue