From a6351e2bce396c18715f9002f3a416eb595b6cac Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 9 Dec 2010 13:06:22 +1100 Subject: waf: add a dependency between the library and its vscript Autobuild-User: Andrew Tridgell Autobuild-Date: Thu Dec 9 04:32:18 CET 2010 on sn-devel-104 --- buildtools/wafsamba/samba_abi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_abi.py') diff --git a/buildtools/wafsamba/samba_abi.py b/buildtools/wafsamba/samba_abi.py index d5376ca1e7..a4c9f68ccd 100644 --- a/buildtools/wafsamba/samba_abi.py +++ b/buildtools/wafsamba/samba_abi.py @@ -201,5 +201,5 @@ def ABI_VSCRIPT(bld, libname, abi_directory, version, vscript): target=vscript) t.env.VERSION = version t.env.LIBNAME = libname - t.vars = [libname, version, vscript] + t.vars = ['LIBNAME', 'VERSION'] Build.BuildContext.ABI_VSCRIPT = ABI_VSCRIPT -- cgit