summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index 420a1230c8..3e030c4fb1 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -37,6 +37,7 @@ def set_options(opt):
opt.SAMBA3_ADD_OPTION('ldap')
opt.SAMBA3_ADD_OPTION('cups', with_name="enable", without_name="disable")
opt.SAMBA3_ADD_OPTION('merged-build', with_name="enable", without_name="disable")
+ opt.SAMBA3_ADD_OPTION('pam')
def configure(conf):