From a566404362cc7e45b5ce619db81175b55c55c288 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Sep 2012 20:06:12 +1000 Subject: build: Remove references to charset modules - we no longer have these --- source3/modules/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules') diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index aa4cc6b198..dee7ea319d 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -228,6 +228,7 @@ bld.SAMBA3_MODULE('vfs_solarisacl', subsystem='vfs', source=VFS_SOLARISACL_SRC, init_function='', + deps='sec', internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_solarisacl'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_solarisacl')) -- cgit