summaryrefslogtreecommitdiff
path: root/source4/dynconfig
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-25 21:25:01 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-05-14 23:25:45 +1000
commit9de745fd5327901846c9b8c6533b7e8156d71a30 (patch)
tree449e73ea1280e49c4a314b3a74a53adb830de6fe /source4/dynconfig
parent3043c1924d55615e6fc50f7643edc9143814dd8a (diff)
downloadsamba-9de745fd5327901846c9b8c6533b7e8156d71a30.tar.gz
samba-9de745fd5327901846c9b8c6533b7e8156d71a30.tar.bz2
samba-9de745fd5327901846c9b8c6533b7e8156d71a30.zip
s3compat: use right variable for STATEDIR
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dynconfig')
-rw-r--r--source4/dynconfig/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dynconfig/wscript b/source4/dynconfig/wscript
index c6f87f6ecc..5be688c72e 100644
--- a/source4/dynconfig/wscript
+++ b/source4/dynconfig/wscript
@@ -37,7 +37,7 @@ dyn_cflags = {
'SWATDIR' : '${DATADIR}/swat',
'CODEPAGEDIR' : '${LIBDIR}/samba',
'LIBDIR' : '${LIBDIR}',
- 'STATEDIR' : '${STATEDIR}',
+ 'STATEDIR' : '${LOCALSTATEDIR}',
'CACHEDIR' : '${LOCKDIR}',
'SMB_PASSWD_FILE' : '${PRIVATEDIR}/smbpasswd',
}