diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-24 12:56:30 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:04 +1000 |
commit | 7848344d55116e33b7f5a4bacce29eaab3fa99c9 (patch) | |
tree | 03a8fc1f9bfb5ebb70e8133516c915e2ed19ecda /source4/dynconfig | |
parent | 3d5dda63e33283ac2762782fc921d469f2b3cda0 (diff) | |
download | samba-7848344d55116e33b7f5a4bacce29eaab3fa99c9.tar.gz samba-7848344d55116e33b7f5a4bacce29eaab3fa99c9.tar.bz2 samba-7848344d55116e33b7f5a4bacce29eaab3fa99c9.zip |
build: split out the base waf rules into buildtools/wafsamba/wscript
this stops lib/replace becoming a mess
Diffstat (limited to 'source4/dynconfig')
-rw-r--r-- | source4/dynconfig/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/dynconfig/wscript b/source4/dynconfig/wscript index 4fa8fd332f..3b64503677 100644 --- a/source4/dynconfig/wscript +++ b/source4/dynconfig/wscript @@ -3,7 +3,6 @@ import string, Utils, Options # 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'], |