From: Jelmer Vernooij Date: Sun, 21 Aug 2011 00:24:36 +0000 (+0200) Subject: gensec: Install header file. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=a0eac61ace01635780474624b9578d85d17a7a50;p=rusty%2Fsamba.git gensec: Install header file. --- diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index be325027a37..ec4a83c0024 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'