summaryrefslogtreecommitdiffstats
path: root/libraries/libldap/ldap.pc.in
blob: 3f7dd46e186d06153957bfe45f154cb30369794b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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@