summaryrefslogtreecommitdiff
path: root/source4/ntvfs/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/wscript_build')
-rw-r--r--source4/ntvfs/wscript_build8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build
index 9124f662a4..8aead7f224 100644
--- a/source4/ntvfs/wscript_build
+++ b/source4/ntvfs/wscript_build
@@ -1,9 +1,9 @@
#!/usr/bin/env python
-bld.BUILD_SUBDIR('posix')
-bld.BUILD_SUBDIR('common')
-bld.BUILD_SUBDIR('unixuid')
-bld.BUILD_SUBDIR('sysdep')
+bld.RECURSE('posix')
+bld.RECURSE('common')
+bld.RECURSE('unixuid')
+bld.RECURSE('sysdep')
bld.SAMBA_MODULE('ntvfs_cifs',
source='cifs/vfs_cifs.c',