s4:lib/registry: fix the waf build
authorStefan Metzmacher <metze@samba.org>
Tue, 27 Apr 2010 15:04:32 +0000 (17:04 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 27 Apr 2010 15:05:29 +0000 (17:05 +0200)
The pass to a source file is relative to the wscript* file.

metze

source4/lib/registry/wscript_build

index 2e07757a4fafe2efb678a0c688548fe03f8290e4..185685cdbaa6130c0b710fcaa50c501b59e71a71 100644 (file)
@@ -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',