summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-24 13:01:27 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-24 05:53:52 +0100
commit11a97d60d931c4a7c431647353e2c423a729c6ea (patch)
tree571b4979f84c90de6fb6c8f0ae0b1b76df42a606 /source4/lib/registry
parent74947964d915890adc524ca279ca95d96c4e8e34 (diff)
downloadsamba-11a97d60d931c4a7c431647353e2c423a729c6ea.tar.gz
samba-11a97d60d931c4a7c431647353e2c423a729c6ea.tar.bz2
samba-11a97d60d931c4a7c431647353e2c423a729c6ea.zip
build: moved util_reg.c into a common subsystem
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build
index f7f167f8f9..2f0372a933 100644
--- a/source4/lib/registry/wscript_build
+++ b/source4/lib/registry/wscript_build
@@ -11,9 +11,9 @@ 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',
+ 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',
pc_files='registry.pc',
- public_deps='samba-util TDR_REGF ldb RPC_NDR_WINREG ldbsamba',
+ public_deps='samba-util TDR_REGF ldb RPC_NDR_WINREG ldbsamba util_reg',
public_headers='registry.h',
vnum='0.0.1'
)