diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-12-29 16:45:23 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-12-29 16:45:23 +0100 |
commit | af1b7f55756b5957e0f4c9e30bfcb6baa0ecaadb (patch) | |
tree | a57a5c474014a60ebb593f021c0fec6b4a87b875 /source4/lib/registry/wscript_build | |
parent | c76ffcf3c4e6e46a8ca62b355efc90ff3bf48d2d (diff) | |
download | samba-af1b7f55756b5957e0f4c9e30bfcb6baa0ecaadb.tar.gz samba-af1b7f55756b5957e0f4c9e30bfcb6baa0ecaadb.tar.bz2 samba-af1b7f55756b5957e0f4c9e30bfcb6baa0ecaadb.zip |
Remove the 'dir' registry backend.
This backend was incomplete, and we already have plenty of other backends.
Diffstat (limited to 'source4/lib/registry/wscript_build')
-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 5adc941718..495969a915 100644 --- a/source4/lib/registry/wscript_build +++ b/source4/lib/registry/wscript_build @@ -11,7 +11,7 @@ bld.SAMBA_SUBSYSTEM('TDR_REGF', bld.SAMBA_LIBRARY('registry', - source='interface.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', + source='interface.c util.c samba.c patchfile_dotreg.c patchfile_preg.c patchfile.c regf.c hive.c local.c ldb.c rpc.c', pc_files='registry.pc', public_deps='dcerpc samba-util TDR_REGF ldb RPC_NDR_WINREG ldbsamba util_reg', public_headers='registry.h', |