summaryrefslogtreecommitdiff
path: root/source4/lib/registry/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-12-29 16:45:23 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-12-29 16:45:23 +0100
commitaf1b7f55756b5957e0f4c9e30bfcb6baa0ecaadb (patch)
treea57a5c474014a60ebb593f021c0fec6b4a87b875 /source4/lib/registry/wscript_build
parentc76ffcf3c4e6e46a8ca62b355efc90ff3bf48d2d (diff)
downloadsamba-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_build2
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',