You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/auth_identity/Makefile

21 lines
447 B

include ../../Makefile.defs
auto_gen=
NAME=auth_identity.so
DEFS+= -Wall -I$(LOCALBASE)/ssl/include
#
# Dynamic linking
#
LIBS+= -L$(LOCALBASE)/lib -L$(LOCALBASE)/ssl/lib -lssl -lcrypto -lcurl
#
# Static linking, if you'd like to use TLS and AUTH_IDENTITY at the same time
#
#LIBS+= /usr/lib/libcurl.a /usr/lib/libssl.a /usr/lib/libcrypto.a -lkrb5 -lidn -lz -lgssapi_krb5 -lrt -lldap
DEFS+=-DSER_MOD_INTERFACE
include ../../Makefile.modules