s3-waf: Add missing depcendencies to smbconf.
authorAndreas Schneider <asn@samba.org>
Wed, 18 Jan 2012 13:24:31 +0000 (14:24 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:27 +0000 (11:58 +0100)
source3/wscript_build

index c9a6265bb04d62d71e97bbffa2f0d046f31f7202..047f09c707a61a407a60b014b2d9893c1805d2d5 100755 (executable)
@@ -876,9 +876,21 @@ bld.SAMBA3_SUBSYSTEM('LIBAFS_SETTOKEN',
 
 bld.SAMBA3_LIBRARY('smbconf',
                    source=LIB_SMBCONF_SRC,
-                   deps='''LIBSMBCONF smbregistry REG_SMBCONF talloc param
-                   util_reg samba-util errors3 charset SAMBA_VERSION
-                   cli_smb_common''',
+                   deps='''
+                   CHARSET3
+                   LIBSMBCONF
+                   REG_SMBCONF
+                   SAMBA_VERSION
+                   cap
+                   charset
+                   cli_smb_common
+                   errors3
+                   param
+                   samba-util
+                   smbregistry
+                   string_init
+                   talloc
+                   util_reg''',
                    public_headers='../lib/smbconf/smbconf.h',
                    pc_files=[],
                    vnum='0')