diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index 3e030c4fb1..f4b5a90763 100644 --- a/source3/wscript +++ b/source3/wscript @@ -38,6 +38,8 @@ def set_options(opt): 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') + opt.SAMBA3_ADD_OPTION('quotas') + opt.SAMBA3_ADD_OPTION('sys-quotas') def configure(conf): |