From ba4842a88076133b012cbcef632edb0fb822a56d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 30 Apr 2010 18:20:54 +1000 Subject: Revert "s4: remove unused references to swat" This reverts most of commit 1765732f82719a4bc925f21ef4999bd19a8d1f6c. The s3compat build needs the SWAT location to be compatible with Samba3. --- source4/dynconfig/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/dynconfig/wscript') diff --git a/source4/dynconfig/wscript b/source4/dynconfig/wscript index 4a485012e8..1d9a603bdd 100644 --- a/source4/dynconfig/wscript +++ b/source4/dynconfig/wscript @@ -34,6 +34,7 @@ dyn_cflags = { 'MODULESDIR' : '${PREFIX}/modules', 'INCLUDEDIR' : '${PREFIX}/include', 'PKGCONFIGDIR' : '${LIBDIR}/pkgconfig', + 'SWATDIR' : '${DATADIR}/swat', } # changes for when FHS is enabled @@ -57,6 +58,7 @@ dyn_cflags_fhs = { 'MODULESDIR' : '${LIBDIR}/samba', 'INCLUDEDIR' : '${INCLUDEDIR}/samba-4.0', 'PKGCONFIGDIR' : '${LIBDIR}/pkgconfig', + 'SWATDIR' : '${DATADIR}/swat', } def get_varname(v): -- cgit