1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Make gensec private, for now.

Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-By: Andrew Bartlett <abartlet@samba.org>
Reviewed-By: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Jelmer Vernooij 2016-01-28 15:21:21 +00:00 committed by Jelmer Vernooij
parent 5d67d555f0
commit c46a8cf258
2 changed files with 2 additions and 14 deletions

View File

@ -1,11 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
modulesdir=${prefix}/modules/gensec
Name: gensec
Description: Generic Security Library
Version: @PACKAGE_VERSION@
Libs: @LIB_RPATH@ -L${libdir} -lgensec
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1

View File

@ -1,12 +1,11 @@
#!/usr/bin/env python
bld.SAMBA_LIBRARY('gensec',
source='gensec.c gensec_start.c gensec_util.c',
pc_files='gensec.pc',
autoproto='gensec_toplevel_proto.h',
public_deps='tevent-util samba-util errors auth_system_session samba-modules gensec_util asn1util',
public_headers='gensec.h',
private_headers='gensec.h',
deps='com_err',
vnum='0.0.1'
private_library=True,
)
bld.SAMBA_MODULE('gensec_spnego',