tdb_wrap.h: not a public header.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 10 May 2011 02:16:53 +0000 (11:46 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 10 May 2011 03:21:19 +0000 (05:21 +0200)
It is a private library, and OpenChange has their own which they use, so
it's not for them either.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-Date: Tue May 10 05:21:19 CEST 2011 on sn-devel-104

lib/util/wscript_build

index fc5f4b5455c74893ac03b8900398aa4f7e923b5d..740e68b6f028913a34887ec41ab491111483d9b8 100755 (executable)
@@ -113,7 +113,6 @@ bld.SAMBA_SUBSYSTEM('UTIL_PW',
 bld.SAMBA_LIBRARY('tdb-wrap',
                   source='tdb_wrap.c',
                   deps='tdb talloc samba-util',
-                  public_headers='tdb_wrap.h',
                   private_library=True,
                   local_include=False
                   )