mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
14 lines
343 B
PkgConfig
14 lines
343 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
Name: ldap (@PACKAGE@)
|
|
Description: OpenLDAP Lightweight Directory Access Protocol library
|
|
URL: https://www.openldap.org
|
|
Version: @VERSION@
|
|
Requires: lber
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lldap
|
|
Libs.private: @LIBS@ @SASL_LIBS@ @TLS_LIBS@ @AUTH_LIBS@
|