From eb0005dfcabedbeed0a75f139d6625b268d5062a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 12:14:15 +1100 Subject: s4-tdb: make tdb-wrap into a private library this prevents double linking of the tdb wrap code --- source4/param/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param/wscript_build') diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 62e14c4529..3039236bef 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -43,7 +43,7 @@ bld.SAMBA_MODULE('share_ldb', bld.SAMBA_SUBSYSTEM('SECRETS', source='secrets.c', - deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY tevent ldbwrap' + deps='ldb tdb-wrap UTIL_TDB NDR_SECURITY tevent ldbwrap' ) -- cgit