summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 23283c917a..3b2ab01ac1 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -935,7 +935,10 @@ bld.SAMBA_BINARY('testparm',
LIBSMB_ERR''',
vars=locals())
-########################## INCLLUDES #################################
+swat_files=recursive_dirlist('../swat', '../swat', '*')
+bld.INSTALL_FILES('${SWATDIR}', swat_files, base_name='../swat')
+
+########################## INCLUDES #################################
bld.RECURSE('../lib/socket_wrapper')
bld.RECURSE('../lib/talloc')