Sha256: de7fe676cc1359fa63abcb40e2b93728ff4b0bc14b18df0f548793f60c1f23f6
Contents?: true
Size: 860 Bytes
Versions: 2
Compression:
Stored size: 860 Bytes
Contents
NULL = EXTRA_DIST = \ README \ $(NULL) lib_LTLIBRARIES = \ libxmlsec1-nss.la \ $(NULL) libxmlsec1_nss_la_CPPFLAGS = \ -DPACKAGE=\"@PACKAGE@\" \ -I../../include \ -I$(top_srcdir)/include \ $(XMLSEC_DEFINES) \ $(NSS_CFLAGS) \ $(LIBXSLT_CFLAGS) \ $(LIBXML_CFLAGS) \ $(NULL) libxmlsec1_nss_la_SOURCES =\ app.c \ bignum.c \ ciphers.c \ crypto.c \ digests.c \ hmac.c \ pkikeys.c \ signatures.c \ symkeys.c \ x509.c \ x509vfy.c \ keysstore.c \ keytrans.c \ kw_des.c \ kw_aes.c \ globals.h \ $(NULL) if SHAREDLIB_HACK libxmlsec1_nss_la_SOURCES += ../strings.c endif libxmlsec1_nss_la_LIBADD = \ $(NSS_LIBS) \ $(LIBXSLT_LIBS) \ $(LIBXML_LIBS) \ ../libxmlsec1.la \ $(NULL) libxmlsec1_nss_la_DEPENDENCIES = \ $(NULL) libxmlsec1_nss_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/nss/Makefile.am |
xmlsec-shim-1.2.18.1 | vendor/xmlsec1-1.2.18/src/nss/Makefile.am |