From e47f76e96dde0ab53a51a6cd66372eafa2b1385d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 13 Mar 2006 18:31:42 +0000 Subject: r14332: Built in different paths when running locally (from ./bin/) in developer mode (./configure.developer). This will change the hardcoded value of a few paths (BINDIR, SWATDIR, EJSDIR, SETUPDIR, DATADIR, MODULESDIR). The regular locations will be used when running 'make install'. This enables developers to work on (shared built) modules, swat, ejs and setup files without having to run 'make install' each time. (This used to be commit f12c1ee19349e17dc5d109ccc71b5374796a6e23) --- source4/dynconfig.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/dynconfig.h') diff --git a/source4/dynconfig.h b/source4/dynconfig.h index 9504a5886a1..b1a7fff191a 100644 --- a/source4/dynconfig.h +++ b/source4/dynconfig.h @@ -25,7 +25,6 @@ * @brief Exported global configurations. **/ -extern const char *dyn_SBINDIR; extern const char *dyn_BINDIR; extern const char *dyn_CONFIGFILE; extern const char *dyn_NCALRPCDIR; -- cgit