diff options
Diffstat (limited to 'source4/dynconfig/wscript')
-rwxr-xr-x[-rw-r--r--] | source4/dynconfig/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dynconfig/wscript b/source4/dynconfig/wscript index 50ae44f9ad..c2741fd875 100644..100755 --- a/source4/dynconfig/wscript +++ b/source4/dynconfig/wscript @@ -57,7 +57,6 @@ dyn_cflags_fhs = { 'LOGFILEBASE' : '${LOCALSTATEDIR}/log/samba', 'LOCKDIR' : '${LOCALSTATEDIR}/lib/samba', 'PIDDIR' : '${LOCALSTATEDIR}/run/samba', - 'DATADIR' : '${DATADIR}/samba', 'SETUPDIR' : '${DATADIR}/samba/setup', 'WINBINDD_SOCKET_DIR' : '${LOCALSTATEDIR}/run/samba/winbindd', 'WINBINDD_PRIVILEGED_SOCKET_DIR' : '${LOCALSTATEDIR}/run/samba/winbindd_privileged', @@ -69,6 +68,7 @@ dyn_cflags_fhs = { 'INCLUDEDIR' : '${INCLUDEDIR}/samba-4.0', 'PKGCONFIGDIR' : '${LIBDIR}/pkgconfig', 'SWATDIR' : '${DATADIR}/swat', + 'CODEPAGEDIR' : '${DATADIR}/samba', } def get_varname(v): |