From 21c2e8b378dda0ea9a5af6b90bc1a50eda1b9534 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 8 Sep 2011 17:10:27 +1000 Subject: build: make LIBWBCLIENT_OLD and auth_unix_token libraries This assists with avoiding duplicate symbols. Andrew Bartlett --- source4/auth/wscript_build | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'source4/auth') diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index 91ec1ebca1..079857dbb7 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -15,11 +15,12 @@ bld.SAMBA_SUBSYSTEM('auth_session', deps='samdb auth4_sam' ) -bld.SAMBA_SUBSYSTEM('auth_unix_token', - source='unix_token.c', - autoproto='unix_token_proto.h', - public_deps='LIBWBCLIENT_OLD', - ) +bld.SAMBA_LIBRARY('auth_unix_token', + source='unix_token.c', + autoproto='unix_token_proto.h', + public_deps='LIBWBCLIENT_OLD', + private_library=True, + ) bld.SAMBA_SUBSYSTEM('samba_server_gensec', -- cgit