summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-10 21:37:58 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-11 01:06:35 +0200
commit3b199935615eb50ff039e89b9d3cfcebde2b4844 (patch)
treebace1b92fe1e29f786c46990979d625653631dfb /source4/dsdb/wscript_build
parent41e55d78944a04b0fa8b351ff4a25c78bc9499a3 (diff)
downloadsamba-3b199935615eb50ff039e89b9d3cfcebde2b4844.tar.gz
samba-3b199935615eb50ff039e89b9d3cfcebde2b4844.tar.bz2
samba-3b199935615eb50ff039e89b9d3cfcebde2b4844.zip
dsdb/schema: Move some dsdb_dn functions that are schema-specific.
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r--source4/dsdb/wscript_build5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index 90d265f09e..4ad3e13473 100644
--- a/source4/dsdb/wscript_build
+++ b/source4/dsdb/wscript_build
@@ -18,9 +18,10 @@ bld.SAMBA_SUBSYSTEM('SAMDB_COMMON',
bld.SAMBA_SUBSYSTEM('SAMDB_SCHEMA',
- source='schema/schema_init.c schema/schema_set.c schema/schema_query.c schema/schema_syntax.c schema/schema_description.c schema/schema_convert_to_ol.c schema/schema_inferiors.c schema/schema_prefixmap.c schema/schema_info_attr.c schema/schema_filtered.c',
+ source='schema/schema_init.c schema/schema_set.c schema/schema_query.c schema/schema_syntax.c schema/schema_description.c schema/schema_convert_to_ol.c schema/schema_inferiors.c schema/schema_prefixmap.c schema/schema_info_attr.c schema/schema_filtered.c schema/dsdb_dn.c',
autoproto='schema/proto.h',
- deps='SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA tevent'
+ # FIXME: Why does this use DSDB_MODULE_HELPERS?
+ deps='SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA tevent DSDB_MODULE_HELPERS'
)