blob: 661351b6b3f1c867147b419c8ac83cc29db94e6e [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
libomopenssl_la_LIBADD = -lssl\
../../../../util/src/libaxis2_util.la \
../../../../axiom/src/om/libaxis2_axiom.la \
-lcrypto
INCLUDES = -I$(top_builddir)/include \
-I ../../../../util/include \
-I ../../../../include \
-I ../../../../axiom/include