blob: ce0708d946d5d17e7ff3a25a113b65a7105042e6 [file] [log] [blame]
noinst_LTLIBRARIES = libomopenssl.la
libomopenssl_la_SOURCES = cipher_ctx.c crypt.c rsa.c pkey.c util.c cipher_property.c digest.c x509.c pkcs12.c pem.c sign.c
libomopenssl_la_LIBADD = -lssl\
-lcrypto
INCLUDES = -I$(top_builddir)/include \
-I ../../../../util/include \
-I ../../../../include \
-I ../../../../axiom/include \
@OPENSSLINC@ \
@UTILINC@ \
@AXIOMINC@ \
@AXIS2INC@