s3-waf: install passdb headers.
authorGünther Deschner <gd@samba.org>
Tue, 27 Sep 2011 16:23:39 +0000 (18:23 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 14 Oct 2011 11:37:38 +0000 (13:37 +0200)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Oct 14 13:37:38 CEST 2011 on sn-devel-104

source3/wscript_build

index 8f3e5068c31e0749011f92da521fb0af57e3e308..b1a6fcc63df2608dd9442956e99718900a00df51 100755 (executable)
@@ -716,6 +716,12 @@ bld.SAMBA3_LIBRARY('pdb',
                    source=PASSDB_SRC,
                    deps='SECRETS3 SMBLDAP GROUPDB wbclient LIBCLI_AUTH flag_mapping',
                    private_library=True,
+                   public_headers='''
+                               include/passdb.h
+                               passdb/machine_sid.h
+                               passdb/lookup_sid.h''',
+                   pc_files=[],
+                   vnum='0',
                    vars=locals())
 
 bld.SAMBA3_SUBSYSTEM('PARAM_UTIL',