From db06b61a1d3d38140578c004eb9d6cb3243d2870 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 29 Jul 2011 17:04:11 +1000 Subject: build: Make credentials a public library for OpenChange to use Autobuild-User: Andrew Bartlett Autobuild-Date: Mon Aug 8 14:53:53 CEST 2011 on sn-devel-104 --- source4/auth/credentials/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/credentials') diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build index 6fb1a68098..99de466be3 100644 --- a/source4/auth/credentials/wscript_build +++ b/source4/auth/credentials/wscript_build @@ -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', -- cgit