diff options
author | Günther Deschner <gd@samba.org> | 2011-05-04 18:01:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-04 19:03:45 +0200 |
commit | 0d1b2d2033e9cc33accea29a4c3a8fafd3d75aa2 (patch) | |
tree | f74becc9f5a0cf061b2a1b5632fdd2091672997d /source3/modules | |
parent | 3e211510034dd3854017e1b35ef5e1964085df5d (diff) | |
download | samba-0d1b2d2033e9cc33accea29a4c3a8fafd3d75aa2.tar.gz samba-0d1b2d2033e9cc33accea29a4c3a8fafd3d75aa2.tar.xz samba-0d1b2d2033e9cc33accea29a4c3a8fafd3d75aa2.zip |
s3-waf: add vfs_gpfs_hsm_notify to the build.
Volker, can you please check this is correct ?
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed May 4 19:03:45 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/wscript_build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index 201610e8a2..ff7163fdc7 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -30,6 +30,7 @@ VFS_CACHEPRIME_SRC = 'vfs_cacheprime.c' VFS_PREALLOC_SRC = 'vfs_prealloc.c' VFS_COMMIT_SRC = 'vfs_commit.c' VFS_GPFS_SRC = 'vfs_gpfs.c gpfs.c' +VFS_GPFS_HSM_NOTIFY_SRC = 'vfs_gpfs_hsm_notify.c' VFS_NOTIFY_FAM_SRC = 'vfs_notify_fam.c' VFS_READAHEAD_SRC = 'vfs_readahead.c' VFS_TSMSM_SRC = 'vfs_tsmsm.c' @@ -280,6 +281,13 @@ bld.SAMBA3_MODULE('vfs_gpfs', internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_gpfs'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_gpfs')) +bld.SAMBA3_MODULE('vfs_gpfs_hsm_notify', + subsystem='vfs', + source=VFS_GPFS_HSM_NOTIFY_SRC, + init_function='', + internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_gpfs_hsm_notify'), + enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_gpfs_hsm_notify')) + bld.SAMBA3_MODULE('vfs_notify_fam', subsystem='vfs', source=VFS_NOTIFY_FAM_SRC, |