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/share.c | 2 +- source4/param/wscript_build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/param') diff --git a/source4/param/share.c b/source4/param/share.c index bdd12df2aa..67759369bd 100644 --- a/source4/param/share.c +++ b/source4/param/share.c @@ -22,7 +22,7 @@ #include "includes.h" #include "param/share.h" #include "param/param.h" -#include "lib/util/samba_modules.h" +#include "lib/util/samba_module.h" const char *share_string_option(struct share_config *scfg, const char *opt_name, const char *defval) { 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