diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2010-04-07 14:22:49 +0300 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-04-09 12:21:31 +0300 |
commit | 15921b669e6c8ef7b6d90708edde7c6eb4009d36 (patch) | |
tree | 1514d415aaec9a5b9e1bc9f5d1467457c38d20b0 /source4/dsdb/wscript_build | |
parent | 6d439afbf77b15d34310144c473f6600148f7d84 (diff) | |
download | samba-15921b669e6c8ef7b6d90708edde7c6eb4009d36.tar.gz samba-15921b669e6c8ef7b6d90708edde7c6eb4009d36.tar.xz samba-15921b669e6c8ef7b6d90708edde7c6eb4009d36.zip |
s4/waf: add new files to WAF build
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 59672e03df2..dbe1f483a58 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -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' ) |