diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-09 15:56:20 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-18 16:46:41 +1100 |
commit | c8b2b109760b366bee6dcf7c6c306936d271f508 (patch) | |
tree | f09769354164d60db9e0b237c9a8c4e0028aef2f /source3/pam_smbpass | |
parent | e92922308b5636d1b23fa44f1f8aa50413d48d77 (diff) | |
download | samba-c8b2b109760b366bee6dcf7c6c306936d271f508.tar.gz samba-c8b2b109760b366bee6dcf7c6c306936d271f508.tar.bz2 samba-c8b2b109760b366bee6dcf7c6c306936d271f508.zip |
s3-waf: use SAMBA3_*() build rules in source3/build
this brings the s3 waf build much closer to the proposed s3build top
level build, using the same bld.SAMBA3_*() rules
There are a few renames of subsystems in here, with a 3 suffix where
it would create a conflict.
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/pam_smbpass')
-rw-r--r-- | source3/pam_smbpass/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/pam_smbpass/wscript_build b/source3/pam_smbpass/wscript_build index 2eaee2ea98..d027979321 100644 --- a/source3/pam_smbpass/wscript_build +++ b/source3/pam_smbpass/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python if bld.CONFIG_SET('WITH_PAM_MODULES'): - bld.SAMBA_LIBRARY('pamsmbpass', + bld.SAMBA3_LIBRARY('pamsmbpass', source='''pam_smb_auth.c pam_smb_passwd.c pam_smb_acct.c |