s4/waf: add new files to WAF build
authorKamen Mazdrashki <kamenim@samba.org>
Wed, 7 Apr 2010 11:22:49 +0000 (14:22 +0300)
committerKamen Mazdrashki <kamenim@samba.org>
Fri, 9 Apr 2010 09:21:31 +0000 (12:21 +0300)
source4/dsdb/wscript_build
source4/torture/drs/wscript_build

index 59672e03df2e29a9a1ddbd4a204b103e18a6a6e7..dbe1f483a58bcf1ea53968b604f62877a1557c7d 100644 (file)
@@ -18,7 +18,7 @@ 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',
+       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',
        autoproto='schema/proto.h',
        deps='SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA tevent'
        )
index c15774e3620ce9f1a659d7531ac0fb6cf412e0c6..cd7e3af92544baee388f5d57a15ace4e764c99f0 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 bld.SAMBA_MODULE('TORTURE_DRS',
-       source='drs_init.c drs_util.c unit/prefixmap_tests.c',
+       source='drs_init.c drs_util.c unit/prefixmap_tests.c unit/schemainfo_tests.c',
        autoproto='proto.h',
        subsystem='smbtorture',
        init_function='torture_drs_init',