Parent Directory
|
Revision Log
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 |