1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

build: Make credentials a public library for OpenChange to use

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Aug  8 14:53:53 CEST 2011 on sn-devel-104
This commit is contained in:
Andrew Bartlett 2011-07-29 17:04:11 +10:00
parent dd49eb87ce
commit db06b61a1d

View File

@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('credentials',
autoproto='credentials_proto.h',
public_headers='credentials.h',
deps='LIBCRYPTO errors events LIBCLI_AUTH security CREDENTIALS_SECRETS CREDENTIALS_KRB5',
private_library=True
vnum='0.0.1'
)
bld.SAMBA_SUBSYSTEM('CREDENTIALS_KRB5',