diff --git a/setup.cfg b/setup.cfg index 9ab58af..1ea653a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,15 +1,15 @@ # Example for setup.cfg # You have to edit this file to reflect your system configuation # -# $Id: setup.cfg,v 1.30 2012/02/21 17:17:16 stroeder Exp $ +# $Id: setup.cfg,v 1.31 2015/06/21 11:37:11 stroeder Exp $ # Section for compiling the C extension module # for wrapping OpenLDAP 2 libs [_ldap] # Define extra include and library dirs if needed -library_dirs = /opt/openldap-RE24/lib /usr/lib -include_dirs = /opt/openldap-RE24/include /usr/include/sasl /usr/include +library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64 +include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/include/local/sasl # These defines needs OpenLDAP built with # ./configure --with-cyrus-sasl --with-tls