mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
waf: replace dependency to libintl with samba_intl
Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Mon Aug 12 00:46:34 CEST 2013 on sn-devel-104
This commit is contained in:
parent
07b3a04872
commit
20b64eae75
@ -81,7 +81,7 @@ elif (host_os.rfind('aix') > -1):
|
|||||||
if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
|
if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
|
||||||
bld.SAMBA_LIBRARY('pamwinbind',
|
bld.SAMBA_LIBRARY('pamwinbind',
|
||||||
source='pam_winbind.c',
|
source='pam_winbind.c',
|
||||||
deps='intl talloc wbclient winbind-client iniparser pam',
|
deps='talloc wbclient winbind-client iniparser pam samba_intl',
|
||||||
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
|
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
|
||||||
realname='pam_winbind.so',
|
realname='pam_winbind.so',
|
||||||
install_path='${PAMMODULESDIR}'
|
install_path='${PAMMODULESDIR}'
|
||||||
|
@ -1267,7 +1267,7 @@ bld.SAMBA3_BINARY('net',
|
|||||||
talloc
|
talloc
|
||||||
netapi
|
netapi
|
||||||
addns
|
addns
|
||||||
intl
|
samba_intl
|
||||||
popt_samba3
|
popt_samba3
|
||||||
pdb
|
pdb
|
||||||
libsmb
|
libsmb
|
||||||
|
@ -670,7 +670,7 @@ if not bld.CONFIG_SET("USING_SYSTEM_KRB5"):
|
|||||||
HEIMDAL_LIBRARY('krb5', KRB5_SOURCE,
|
HEIMDAL_LIBRARY('krb5', KRB5_SOURCE,
|
||||||
version_script='lib/krb5/version-script.map',
|
version_script='lib/krb5/version-script.map',
|
||||||
includes='../heimdal/lib/krb5 ../heimdal/lib/asn1 ../heimdal/include',
|
includes='../heimdal/lib/krb5 ../heimdal/lib/asn1 ../heimdal/include',
|
||||||
deps='roken wind asn1 hx509 hcrypto intl com_err HEIMDAL_CONFIG heimbase execinfo',
|
deps='roken wind asn1 hx509 hcrypto com_err HEIMDAL_CONFIG heimbase execinfo samba_intl',
|
||||||
vnum='26.0.0',
|
vnum='26.0.0',
|
||||||
)
|
)
|
||||||
KRB5_PROTO_SOURCE = KRB5_SOURCE + ['lib/krb5/expand_path.c', 'lib/krb5/plugin.c', 'lib/krb5/context.c']
|
KRB5_PROTO_SOURCE = KRB5_SOURCE + ['lib/krb5/expand_path.c', 'lib/krb5/plugin.c', 'lib/krb5/context.c']
|
||||||
@ -894,7 +894,7 @@ if not bld.CONFIG_SET('USING_SYSTEM_COM_ERR'):
|
|||||||
HEIMDAL_LIBRARY('com_err',
|
HEIMDAL_LIBRARY('com_err',
|
||||||
'lib/com_err/com_err.c lib/com_err/error.c',
|
'lib/com_err/com_err.c lib/com_err/error.c',
|
||||||
includes='../heimdal/lib/com_err',
|
includes='../heimdal/lib/com_err',
|
||||||
deps='roken intl',
|
deps='roken samba_intl',
|
||||||
vnum='0.25',
|
vnum='0.25',
|
||||||
version_script='lib/com_err/version-script.map',
|
version_script='lib/com_err/version-script.map',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user