diff options
author | Günther Deschner <gd@samba.org> | 2010-04-27 16:37:56 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-27 16:42:15 +0200 |
commit | a833be0c4e44135e4f45b3d460586762da04cf32 (patch) | |
tree | 16aa6654051c1488dc562a4ed0e2269c267bf972 /source4/lib/registry/wscript_build | |
parent | ee1b8e5edeecd5a6a3526e88265a5ad28522a45d (diff) | |
download | samba-a833be0c4e44135e4f45b3d460586762da04cf32.tar.gz samba-a833be0c4e44135e4f45b3d460586762da04cf32.tar.bz2 samba-a833be0c4e44135e4f45b3d460586762da04cf32.zip |
s4: use shared registry functions.
Guenther
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 1b34f7963f..2e07757a4f 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 ../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='LIBSAMBA-UTIL CHARSET TDR_REGF ldb RPC_NDR_WINREG LDB_WRAP', public_headers='registry.h', |