Sha256: c124c8104111fc55b7f50b4400fd12e2f24c0eaf686fcde7732926cac898aa9d

Contents?: true

Size: 871 Bytes

Versions: 2

Compression:

Stored size: 871 Bytes

Contents

NULL =

EXTRA_DIST = \
	README \
	$(NULL)

lib_LTLIBRARIES = \
	libxmlsec1-openssl.la \
	$(NULL)

libxmlsec1_openssl_la_CPPFLAGS = \
	-DPACKAGE=\"@PACKAGE@\" \
	-I../../include \
	-I$(top_srcdir)/include \
	$(XMLSEC_DEFINES) \
	$(OPENSSL_CFLAGS) \
	$(LIBXSLT_CFLAGS) \
	$(LIBXML_CFLAGS) \
	$(NULL)

libxmlsec1_openssl_la_SOURCES =\
	app.c \
	bn.c \
	ciphers.c \
	crypto.c \
	digests.c \
	evp.c \
	hmac.c \
	kw_aes.c \
	kw_des.c \
	kt_rsa.c \
	signatures.c \
	symkeys.c \
	x509.c \
	x509vfy.c \
	globals.h \
	$(NULL)

if SHAREDLIB_HACK
libxmlsec1_openssl_la_SOURCES += ../strings.c
endif

libxmlsec1_openssl_la_LIBADD = \
	$(OPENSSL_LIBS) \
	$(LIBXSLT_LIBS) \
	$(LIBXML_LIBS) \
	../libxmlsec1.la \
	$(NULL)

libxmlsec1_openssl_la_DEPENDENCIES = \
	$(NULL)

libxmlsec1_openssl_la_LDFLAGS = \
	@XMLSEC_CRYPTO_EXTRA_LDFLAGS@ \
	-version-info @XMLSEC_VERSION_INFO@ \
	$(NULL)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xmlsec-shim-1.2.18.2 vendor/xmlsec1-1.2.18/src/openssl/Makefile.am
xmlsec-shim-1.2.18.1 vendor/xmlsec1-1.2.18/src/openssl/Makefile.am