1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-waf: modulesdir is in the base set of options now

This commit is contained in:
Andrew Tridgell 2010-03-23 23:42:11 -06:00
parent 6e54655f4a
commit b2f01b54d2

View File

@ -3,7 +3,6 @@ import string, Utils
# list of directory options to offer in configure
dir_options = {
'with-piddir' : [ '${PREFIX}/var/run', 'where to put pid files' ],
'with-modulesdir' : [ '${PREFIX}/modules', 'Where to put dynamically loadable modules' ],
'with-privatedir' : [ '${PREFIX}/private', 'Where to put sam.ldb and other private files' ],
'with-winbindd-socket-dir' : [ '${PREFIX}/var/lib/winbindd', 'winbind socket directory' ],
'with-winbindd-privileged-socket-dir' : [ '${PREFIX}/var/lib/winbindd_privileged', 'winbind privileged socket directory'],