summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-09-27 18:23:39 +0200
committerGünther Deschner <gd@samba.org>2011-10-14 13:37:38 +0200
commit69da026fd2208147d63ab120fbbbb0037ba846d6 (patch)
tree79866f8b0dcb7e41c04e4ebc04fb97ad214057e1 /source3
parent111372541f63cf171d05107c95f7d6d71463ba6a (diff)
downloadsamba-69da026fd2208147d63ab120fbbbb0037ba846d6.tar.gz
samba-69da026fd2208147d63ab120fbbbb0037ba846d6.tar.bz2
samba-69da026fd2208147d63ab120fbbbb0037ba846d6.zip
s3-waf: install passdb headers.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Oct 14 13:37:38 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 8f3e5068c3..b1a6fcc63d 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -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',