summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-24 12:56:30 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:04 +1000
commit7848344d55116e33b7f5a4bacce29eaab3fa99c9 (patch)
tree03a8fc1f9bfb5ebb70e8133516c915e2ed19ecda /source4
parent3d5dda63e33283ac2762782fc921d469f2b3cda0 (diff)
downloadsamba-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')
-rw-r--r--source4/dynconfig/wscript1
-rw-r--r--source4/wscript_build1
2 files changed, 0 insertions, 2 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'],
diff --git a/source4/wscript_build b/source4/wscript_build
index 35af55fe24..b5f80e2bcd 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -118,5 +118,4 @@ bld.BUILD_SUBDIR('heimdal_build')
bld.BUILD_SUBDIR('lib/smbreadline')
bld.BUILD_SUBDIR('../codepages')
-bld.ENFORCE_GROUP_ORDERING()