diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 21:55:11 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:47 +1000 |
commit | 7c3234c4854f904e41c69b3c25fa3bcdce765cb7 (patch) | |
tree | 1a3e37ecd48832743645f028f2210e876c5b30a7 /source4/wscript_build | |
parent | d01f75c72df6c49c2898f5f26dbffac7a55ac3bd (diff) | |
download | samba-7c3234c4854f904e41c69b3c25fa3bcdce765cb7.tar.gz samba-7c3234c4854f904e41c69b3c25fa3bcdce765cb7.tar.bz2 samba-7c3234c4854f904e41c69b3c25fa3bcdce765cb7.zip |
build: enable ENFORCE_GROUP_ORDERING()
also fixed ASN1 target names
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index 831c3dcef7..aa834eea18 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -150,3 +150,4 @@ bld.BUILD_SUBDIR('../libcli/named_pipe_auth') bld.BUILD_SUBDIR('heimdal_build') bld.CHECK_DEPENDENCIES() +bld.ENFORCE_GROUP_ORDERING() |