We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0778a20 commit 9f6f142Copy full SHA for 9f6f142
1 file changed
setup.py
@@ -142,6 +142,17 @@ class OpenLDAP2:
142
'Modules/options.c',
143
'Modules/berval.c',
144
],
145
+ depends = [
146
+ 'Modules/LDAPObject.h',
147
+ 'Modules/berval.h',
148
+ 'Modules/common.h',
149
+ 'Modules/constants_generated.h',
150
+ 'Modules/constants.h',
151
+ 'Modules/functions.h',
152
+ 'Modules/ldapcontrol.h',
153
+ 'Modules/message.h',
154
+ 'Modules/options.h',
155
+ ],
156
libraries = LDAP_CLASS.libs,
157
include_dirs = ['Modules'] + LDAP_CLASS.include_dirs,
158
library_dirs = LDAP_CLASS.library_dirs,
0 commit comments