From 8cf61377aa388724150699618f5cd60682ffde37 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2010 10:42:58 -0700 Subject: waf: Remove lib prefix from libraries manually. --- source4/lib/registry/wscript_build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/lib/registry/wscript_build') diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build index b1e588c723..f596cce349 100644 --- a/source4/lib/registry/wscript_build +++ b/source4/lib/registry/wscript_build @@ -13,7 +13,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', pc_files='registry.pc', - public_deps='libsamba-util CHARSET TDR_REGF ldb RPC_NDR_WINREG LDBSAMBA', + public_deps='samba-util CHARSET TDR_REGF ldb RPC_NDR_WINREG LDBSAMBA', public_headers='registry.h', vnum='0.0.1' ) @@ -29,28 +29,28 @@ bld.SAMBA_SUBSYSTEM('registry_common', bld.SAMBA_BINARY('regdiff', source='tools/regdiff.c', manpages='man/regdiff.1', - deps='libsamba-hostconfig registry popt POPT_SAMBA POPT_CREDENTIALS' + deps='samba-hostconfig registry popt POPT_SAMBA POPT_CREDENTIALS' ) bld.SAMBA_BINARY('regpatch', source='tools/regpatch.c', manpages='man/regpatch.1', - deps='libsamba-hostconfig registry popt POPT_SAMBA POPT_CREDENTIALS registry_common' + deps='samba-hostconfig registry popt POPT_SAMBA POPT_CREDENTIALS registry_common' ) bld.SAMBA_BINARY('regshell', source='tools/regshell.c', manpages='man/regshell.1', - deps='libsamba-hostconfig popt registry POPT_SAMBA POPT_CREDENTIALS SMBREADLINE registry_common' + deps='samba-hostconfig popt registry POPT_SAMBA POPT_CREDENTIALS SMBREADLINE registry_common' ) bld.SAMBA_BINARY('regtree', source='tools/regtree.c', manpages='man/regtree.1', - deps='libsamba-hostconfig popt registry POPT_SAMBA POPT_CREDENTIALS registry_common' + deps='samba-hostconfig popt registry POPT_SAMBA POPT_CREDENTIALS registry_common' ) -- cgit