summaryrefslogtreecommitdiff
path: root/source3/modules/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-04 20:06:12 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-04 20:16:49 +1000
commita566404362cc7e45b5ce619db81175b55c55c288 (patch)
tree59f2a62d35531504203b2a3da61cba724145f061 /source3/modules/wscript_build
parentcac1ebfff6c83bfe6cec3a740dface97f706f9ff (diff)
downloadsamba-a566404362cc7e45b5ce619db81175b55c55c288.tar.gz
samba-a566404362cc7e45b5ce619db81175b55c55c288.tar.bz2
samba-a566404362cc7e45b5ce619db81175b55c55c288.zip
build: Remove references to charset modules - we no longer have these
Diffstat (limited to 'source3/modules/wscript_build')
-rw-r--r--source3/modules/wscript_build1
1 files changed, 1 insertions, 0 deletions
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'))