diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-21 02:24:25 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-21 03:22:05 +0200 |
commit | c29259924070aa01a40063ee863fdb9610d24f52 (patch) | |
tree | 4a46739225d38d34ba7136b72c1a6cb17510573e /source4 | |
parent | c0fe5e095df4b39e7b048c289e8e46de2b836dad (diff) | |
download | samba-c29259924070aa01a40063ee863fdb9610d24f52.tar.gz |
samdb: Install header file.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 1180410e18c..7645ae77007 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -7,6 +7,7 @@ bld.SAMBA_LIBRARY('samdb', pc_files='samdb.pc', autoproto='samdb/samdb_proto.h', public_deps='krb5', + public_headers='', vnum='0.0.1', deps='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA ldbsamba samdb-common LIBCLI_DRSUAPI cli-ldap-common samba-util com_err authkrb5 samba-credentials ldbwrap errors', ) |