diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 14:25:14 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:01 +1100 |
commit | 679eba61ea5f52b6a8a31cac472ef575af5c03f8 (patch) | |
tree | 096f46e5a6baa8535d92bb192ec4486dcf700bcc /source4/lib/registry | |
parent | f5251c064ee0d1127b59de47ae82f59bcb5483dd (diff) | |
download | samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.tar.gz samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.tar.xz samba-679eba61ea5f52b6a8a31cac472ef575af5c03f8.zip |
s4-build: removed some unnecessary dependencies
based on running waf --symbol-check
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build index ad1139681b3..a61c36d73b7 100644 --- a/source4/lib/registry/wscript_build +++ b/source4/lib/registry/wscript_build @@ -13,7 +13,7 @@ bld.SAMBA_SUBSYSTEM('TDR_REGF', bld.SAMBA_LIBRARY('registry', source='interface.c ../../../libcli/registry/util_reg.c util.c samba.c patchfile_dotreg.c patchfile_preg.c patchfile.c regf.c hive.c local.c ldb.c dir.c rpc.c', pc_files='registry.pc', - public_deps='samba-util CHARSET TDR_REGF ldb RPC_NDR_WINREG LDBSAMBA', + public_deps='samba-util TDR_REGF ldb RPC_NDR_WINREG LDBSAMBA', public_headers='registry.h', vnum='0.0.1' ) |