diff options
-rw-r--r-- | source4/auth/credentials/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |