diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 21:46:38 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:40 +1000 |
commit | 9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53 (patch) | |
tree | 799fa74dad562244b7936eb6e2112c4bce6ae676 /source4/dsdb/wscript_build | |
parent | c8f4ca41f69993afd9b4d753812d3056c91f0db5 (diff) | |
download | samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.tar.gz samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.tar.bz2 samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.zip |
build: fixes from ita
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 99ed061d27..cc2f3fb901 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -12,14 +12,14 @@ bld.SAMBA_SUBSYSTEM('SAMDB', bld.SAMBA_SUBSYSTEM('SAMDB_COMMON', - source='samdb/ldb_modules/util.c ./common/util.c common/dsdb_dn.c ./common/tests/dsdb_dn.c ../../libds/common/flag_mapping.c', + source='common/util.c ./samdb/ldb_modules/util.c common/dsdb_dn.c ./common/tests/dsdb_dn.c ../../libds/common/flag_mapping.c', autoproto='common/proto.h', deps='ldb NDR_DRSBLOBS LIBCLI_LDAP_NDR UTIL_LDB LIBCLI_AUTH' ) bld.SAMBA_SUBSYSTEM('SAMDB_SCHEMA', - source='schema/schema_init.c schema/schema_set.c schema/schema_query.c schema/tests/schema_syntax.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/tests/schema_syntax.c schema/schema_description.c schema/schema_convert_to_ol.c schema/schema_inferiors.c schema/schema_prefixmap.c', autoproto='schema/proto.h', deps='SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA' ) |