diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-21 14:45:37 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-22 02:51:09 +0100 |
commit | 84b235fbb2889c8031851de5678c17bc538e1e55 (patch) | |
tree | 7877d7b4091f2537812a1096763504cf970f4975 /source3/pam_smbpass | |
parent | 7634fb6393d7ed2f115e2b442214b6e747a48328 (diff) | |
download | samba-84b235fbb2889c8031851de5678c17bc538e1e55.tar.gz samba-84b235fbb2889c8031851de5678c17bc538e1e55.tar.bz2 samba-84b235fbb2889c8031851de5678c17bc538e1e55.zip |
s3-waf: convert some subsystems into private libraries
put some commonly used subsystems into private libraries to reduce the
install size
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 d027979321..0e07927db0 100644 --- a/source3/pam_smbpass/wscript_build +++ b/source3/pam_smbpass/wscript_build @@ -6,7 +6,7 @@ if bld.CONFIG_SET('WITH_PAM_MODULES'): pam_smb_passwd.c pam_smb_acct.c support.c''', - deps='''tdb talloc pam PAM_ERRORS wbclient cap ASN1_UTIL PARAM LIB_NONSMBD PASSDB GROUPDB SMBLDAP + deps='''tdb talloc pam PAM_ERRORS wbclient cap ASN1_UTIL param LIB_NONSMBD passdb GROUPDB SMBLDAP LIBSAMBA LIBTSOCKET''', cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR, realname='pam_smbpass.so', |