/[public]/erp5/trunk/buildout/software-profiles/python-ldap-python.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/python-ldap-python.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42426 - (show annotations)
Tue Jan 18 16:14:02 2011 UTC (2 years, 4 months ago) by kazuhiko
File size: 460 byte(s)
no need to specify '../dir_name' for files in the same directory.
1 [buildout]
2 parts =
3 python-ldap
4 extends =
5 cyrus-sasl.cfg
6 openldap.cfg
7 openssl.cfg
8
9 [python-ldap-python]
10 recipe = zc.recipe.egg:custom
11 egg = python-ldap
12 rpath =
13 ${openldap:location}/lib
14 ${cyrus-sasl:location}/lib
15 ${openssl:location}/lib
16 include-dirs =
17 ${openldap:location}/include
18 ${cyrus-sasl:location}/include/sasl
19 ${openssl:location}/include
20 library-dirs =
21 ${openldap:location}/lib
22 ${cyrus-sasl:location}/lib
23 ${openssl:location}/lib

  ViewVC Help
Powered by ViewVC 1.1.2