From c8b2b109760b366bee6dcf7c6c306936d271f508 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 9 Feb 2011 15:56:20 +1100 Subject: 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 --- source3/pam_smbpass/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/pam_smbpass') 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 -- cgit