From 93d311c07e0b38193f823515b068e87dec144312 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Nov 2010 22:44:53 +1100 Subject: s4-dynconfig: override more paths when running from the build directory this ensures consistency between binaries and scripts when testing as a developer --- source4/dynconfig/dynconfig.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dynconfig/dynconfig.c') diff --git a/source4/dynconfig/dynconfig.c b/source4/dynconfig/dynconfig.c index 358874ea38..ac791411bf 100644 --- a/source4/dynconfig/dynconfig.c +++ b/source4/dynconfig/dynconfig.c @@ -66,6 +66,7 @@ const char *dyn_##name = name; \ /* these are in common with s3 */ DEFINE_DYN_CONFIG_PARAM(SBINDIR) +DEFINE_DYN_CONFIG_PARAM(SCRIPTSBINDIR) DEFINE_DYN_CONFIG_PARAM(BINDIR) DEFINE_DYN_CONFIG_PARAM(SWATDIR) DEFINE_DYN_CONFIG_PARAM(CONFIGFILE) /**< Location of smb.conf file. **/ -- cgit