diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-21 02:24:36 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-21 03:22:05 +0200 |
commit | a0eac61ace01635780474624b9578d85d17a7a50 (patch) | |
tree | 3134689a62b1f597929798a902a862e83c9a877b /source4 | |
parent | c29259924070aa01a40063ee863fdb9610d24f52 (diff) | |
download | samba-a0eac61ace01635780474624b9578d85d17a7a50.tar.gz samba-a0eac61ace01635780474624b9578d85d17a7a50.tar.bz2 samba-a0eac61ace01635780474624b9578d85d17a7a50.zip |
gensec: Install header file.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/gensec/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index be325027a3..ec4a83c002 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -4,6 +4,7 @@ bld.SAMBA_LIBRARY('gensec', source='gensec_start.c socket.c gensec_tstream.c', pc_files='gensec.pc', autoproto='gensec_proto.h', + public_headers='../../../auth/gensec/gensec.h', public_deps='tevent-util samba-util errors LIBPACKET auth_system_session gensec_runtime', deps='com_err', vnum='0.0.1' |