mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
13 lines
294 B
PkgConfig
13 lines
294 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
Name: lber (@PACKAGE@)
|
|
Description: OpenLDAP Lightweight ASN.1 Basic Encoding Rules library
|
|
URL: https://www.openldap.org
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -llber
|
|
Libs.private: @LIBS@
|