summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/pam_wrapper/wscript9
1 files changed, 4 insertions, 5 deletions
diff --git a/third_party/pam_wrapper/wscript b/third_party/pam_wrapper/wscript
index b94e275013e..aface6192c5 100644
--- a/third_party/pam_wrapper/wscript
+++ b/third_party/pam_wrapper/wscript
@@ -101,8 +101,7 @@ def build(bld):
realname='pam_set_items.so')
# Can be used to write pam tests in python
- for env in bld.gen_python_environments():
- bld.SAMBA_PYTHON('pypamtest',
- source='python/pypamtest.c',
- deps='libpamtest',
- install=False)
+ bld.SAMBA_PYTHON('pypamtest',
+ source='python/pypamtest.c',
+ deps='libpamtest',
+ install=False)