summaryrefslogtreecommitdiff
path: root/source4/dynconfig/dynconfig.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-23 22:44:53 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-24 00:19:15 +0100
commit93d311c07e0b38193f823515b068e87dec144312 (patch)
treec6fa5b78769e6f6df4ca515e115d54455ced8f7c /source4/dynconfig/dynconfig.h
parent5d014cad087baf4d40af58cec2b6b875356e8548 (diff)
downloadsamba-93d311c07e0b38193f823515b068e87dec144312.tar.gz
samba-93d311c07e0b38193f823515b068e87dec144312.tar.bz2
samba-93d311c07e0b38193f823515b068e87dec144312.zip
s4-dynconfig: override more paths when running from the build directory
this ensures consistency between binaries and scripts when testing as a developer
Diffstat (limited to 'source4/dynconfig/dynconfig.h')
-rw-r--r--source4/dynconfig/dynconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dynconfig/dynconfig.h b/source4/dynconfig/dynconfig.h
index 48f8ab628f..48b4f54b21 100644
--- a/source4/dynconfig/dynconfig.h
+++ b/source4/dynconfig/dynconfig.h
@@ -26,6 +26,7 @@
extern const char *dyn_BINDIR;
extern const char *dyn_SBINDIR;
+extern const char *dyn_SCRIPTSBINDIR;
extern const char *dyn_CONFIGFILE;
extern const char *dyn_NCALRPCDIR;
extern const char *dyn_LOGFILEBASE;