[buildout]
parts =
  python-ldap
extends =
  ../cyrus-sasl/buildout.cfg
  ../openldap/buildout.cfg
  ../openssl/buildout.cfg

[python-ldap-python]
recipe = zc.recipe.egg:custom
egg = python-ldap
rpath =
  ${openldap:location}/lib
  ${cyrus-sasl:location}/lib
  ${openssl:location}/lib
include-dirs =
  ${openldap:location}/include
  ${cyrus-sasl:location}/include/sasl
  ${openssl:location}/include
library-dirs =
  ${openldap:location}/lib
  ${cyrus-sasl:location}/lib
  ${openssl:location}/lib