diff options
Diffstat (limited to 'source4/ntvfs/SConscript')
-rw-r--r-- | source4/ntvfs/SConscript | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/ntvfs/SConscript b/source4/ntvfs/SConscript deleted file mode 100644 index 362eb8df2f..0000000000 --- a/source4/ntvfs/SConscript +++ /dev/null @@ -1,11 +0,0 @@ -Import('hostenv') - -hostenv.Library('ntvfs_cifs',['cifs/vfs_cifs.c']) -hostenv.Library('ntvfs_simple',['simple/vfs_simple.c','simple/svfs_util.c']) -hostenv.Library('ntvfs_print',['print/vfs_print.c']) -hostenv.Library('ntvfs_ipc',['ipc/vfs_ipc.c','ipc/ipc_rap.c','ipc/rap_server.c']) -hostenv.Library('ntvfs_nbench',['nbench/vfs_nbench.c']) -hostenv.Library('ntvfs_common',['common/brlock.c','common/opendb.c','common/sidmap.c']) -hostenv.Library('ntvfs',['ntvfs_base.c','ntvfs_generic.c','ntvfs_interface.c','ntvfs_util.c']) - -SConscript(dirs=['unixuid','posix'],exports='hostenv') |