diff options
author | Nadezhda Ivanova <nivanova@samba.org> | 2010-09-22 12:41:44 -0700 |
---|---|---|
committer | Nadezhda Ivanova <nivanova@samba.org> | 2010-09-26 15:36:09 -0700 |
commit | b77edca7f8728fbba8d4a3e6fe9f226793dad9cb (patch) | |
tree | 050f35b0ba5bad822661a28f064b13f0d759a999 /source4/dsdb/samdb/ldb_modules/wscript_build | |
parent | 3d0e36bc87bd23e3d1bff7468db2eb99531d8d87 (diff) | |
download | samba-b77edca7f8728fbba8d4a3e6fe9f226793dad9cb.tar.gz samba-b77edca7f8728fbba8d4a3e6fe9f226793dad9cb.tar.bz2 samba-b77edca7f8728fbba8d4a3e6fe9f226793dad9cb.zip |
s4-dsdb: Moved some helper functions to a separate file
We need these to be accessible to the aclread module as well.
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/wscript_build')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index c8461d6ecc..f6b5c28456 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python bld.SAMBA_SUBSYSTEM('DSDB_MODULE_HELPERS', - source='util.c ridalloc.c', + source='util.c ridalloc.c acl_util.c', autoproto='util_proto.h', deps='ldb LIBNDR SAMDB_SCHEMA MESSAGING' ) |