From b7b2426fe3ac091f0f8705d82ac212a099d075cc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 28 Feb 2011 15:46:41 +1100 Subject: [PATCH] ldb: don't install ldb_wrap.h twice --- source4/lib/ldb-samba/wscript_build | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index 5379801d79f..a8d4df2ce0f 100644 --- a/source4/lib/ldb-samba/wscript_build +++ b/source4/lib/ldb-samba/wscript_build @@ -8,7 +8,6 @@ bld.SAMBA_LIBRARY('ldbsamba', source='ldif_handlers.c', autoproto='ldif_handlers_proto.h', public_deps='ldb', - public_headers='ldb_wrap.h', deps='security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb pyldb-util', private_library=True ) -- 2.34.1