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 --- source4/param/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param/wscript_build') diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 80b2758766..faeeae6e71 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_SUBSYSTEM('PROVISION', bld.SAMBA_SUBSYSTEM('share', source='share.c', public_headers='share.h', - deps='samba-util samba-modules' + deps='samba-util samba-module' ) -- cgit