diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-04-27 17:04:32 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-27 17:05:29 +0200 |
commit | 0a70788e190ca00cab27c67000abf77617141b5e (patch) | |
tree | 64d38e1dc1555b26f699eb091b541d3824cfb521 /source4/lib/registry/wscript_build | |
parent | a2b8e28aef1799cac45809bfe38c9b0980aef68f (diff) | |
download | samba-0a70788e190ca00cab27c67000abf77617141b5e.tar.gz samba-0a70788e190ca00cab27c67000abf77617141b5e.tar.bz2 samba-0a70788e190ca00cab27c67000abf77617141b5e.zip |
s4:lib/registry: fix the waf build
The pass to a source file is relative to the wscript* file.
metze
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 2e07757a4f..185685cdba 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 ../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 ../../../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', |