waf: replace dependency to libintl with samba_intl
authorChristian Ambach <ambi@samba.org>
Thu, 1 Aug 2013 21:00:21 +0000 (23:00 +0200)
committerChristian Ambach <ambi@samba.org>
Sun, 11 Aug 2013 22:46:34 +0000 (00:46 +0200)
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

nsswitch/wscript_build
source3/wscript_build
source4/heimdal_build/wscript_build

index a7d64898aa25d1ccc2eb90386edb331b54c10fdd..55ba776e5d72801566a4db1e7657d9b752cb8c87 100644 (file)
@@ -81,7 +81,7 @@ elif (host_os.rfind('aix') > -1):
 if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
        bld.SAMBA_LIBRARY('pamwinbind',
                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,
                realname='pam_winbind.so',
                install_path='${PAMMODULESDIR}'
index f7988a6a9f39528b9b116e47d8e9feacdda04730..f52197a1a31adca8cb1e44512fdd06b68779d965 100755 (executable)
@@ -1267,7 +1267,7 @@ bld.SAMBA3_BINARY('net',
                  talloc
                  netapi
                  addns
-                 intl
+                 samba_intl
                  popt_samba3
                  pdb
                  libsmb
index 8ca87889339ee7a3e0d47194826a490faf417288..ae7fbec3216889137c3f1da7604b488ae2d55fcd 100644 (file)
@@ -670,7 +670,7 @@ if not bld.CONFIG_SET("USING_SYSTEM_KRB5"):
     HEIMDAL_LIBRARY('krb5', KRB5_SOURCE,
         version_script='lib/krb5/version-script.map',
                         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',
                         )
     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',
         'lib/com_err/com_err.c lib/com_err/error.c',
         includes='../heimdal/lib/com_err',
-        deps='roken intl',
+        deps='roken samba_intl',
         vnum='0.25',
         version_script='lib/com_err/version-script.map',
         )