summaryrefslogtreecommitdiff
path: root/source4/dynconfig/dynconfig.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-20 20:23:04 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-20 20:59:24 +1000
commit6072ab0d57487fcb9b00706b37898be003ff211b (patch)
treec6a526c135b7d96aa5058067b0b99f320cd11383 /source4/dynconfig/dynconfig.c
parent58549ab44a478dc0f896244579589e11aad8296c (diff)
downloadsamba-6072ab0d57487fcb9b00706b37898be003ff211b.tar.gz
samba-6072ab0d57487fcb9b00706b37898be003ff211b.tar.bz2
samba-6072ab0d57487fcb9b00706b37898be003ff211b.zip
s4-dynconfig: added dyn_PYTHONDIR
Diffstat (limited to 'source4/dynconfig/dynconfig.c')
-rw-r--r--source4/dynconfig/dynconfig.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/dynconfig/dynconfig.c b/source4/dynconfig/dynconfig.c
index 3edf2bbf09..d515bf7a2d 100644
--- a/source4/dynconfig/dynconfig.c
+++ b/source4/dynconfig/dynconfig.c
@@ -90,3 +90,7 @@ _PUBLIC_ const char *dyn_WINBINDD_PRIVILEGED_SOCKET_DIR = WINBINDD_PRIVILEGED_SO
/** Where to find the NTP signing daemon socket */
_PUBLIC_ const char *dyn_NTP_SIGND_SOCKET_DIR = NTP_SIGND_SOCKET_DIR;
+
+/** Where to find python modules */
+_PUBLIC_ const char *dyn_PYTHONDIR = PYTHONDIR;
+