From 87354c9a6de95d5dcebace77a35fc21a73d599ab Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 Oct 2011 19:39:53 +1100 Subject: lib/util Split samba-modules library into public and private parts This will allow OpenChange to get at the symbols it needs, without exposing any more of this as a public API than we must. Andrew Bartlett --- auth/gensec/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/gensec/wscript_build') diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build index e3e9372c3d..6514a064b7 100644 --- a/auth/gensec/wscript_build +++ b/auth/gensec/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_LIBRARY('gensec', source='gensec.c gensec_start.c', pc_files='gensec.pc', autoproto='gensec_toplevel_proto.h', - public_deps='tevent-util samba-util errors LIBPACKET auth_system_session samba-modules gensec_util', + public_deps='tevent-util samba-util errors LIBPACKET auth_system_session samba-module gensec_util', public_headers='gensec.h', deps='com_err', vnum='0.0.1' -- cgit