forked from openkylin/xmlsec1
13 lines
372 B
PkgConfig
13 lines
372 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: xmlsec1-openssl
|
|
Version: @VERSION@
|
|
Description: XML Security Library implements XML Signature and XML Encryption standards
|
|
Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ @LIBXSLT_PC_FILE_COND@
|
|
Cflags: @XMLSEC_OPENSSL_CFLAGS@
|
|
Cflags.private: -DXMLSEC_STATIC
|
|
Libs: @XMLSEC_OPENSSL_LIBS@
|