summaryrefslogtreecommitdiffstats
path: root/source3/modules
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-02-18 10:13:33 -0700
committerChristof Schmitt <cs@samba.org>2015-03-02 22:31:07 +0100
commitf826c86bf1dcaf47a2c4f42eb4647ca6e1ad75aa (patch)
tree118c4f7888a74b4809aa6cb748a4aa2ab48bc4a0 /source3/modules
parent1264a4efd9a407869bf34c13b3883c544b6ff948 (diff)
downloadsamba-f826c86bf1dcaf47a2c4f42eb4647ca6e1ad75aa.tar.gz
samba-f826c86bf1dcaf47a2c4f42eb4647ca6e1ad75aa.tar.xz
samba-f826c86bf1dcaf47a2c4f42eb4647ca6e1ad75aa.zip
gpfs: Look for gpfs header files also in /usr/lpp/mmfs/include/
That is the default directory for the gpfs header files. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
index e2d4fde242..7fe66ecfef 100644
--- a/source3/modules/wscript_build
+++ b/source3/modules/wscript_build
@@ -279,7 +279,8 @@ bld.SAMBA3_MODULE('vfs_gpfs',
deps='NFS4_ACLS non_posix_acls',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_gpfs'),
- enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_gpfs'))
+ enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_gpfs'),
+ includes=bld.CONFIG_GET('CPPPATH_GPFS'))
vfs_notify_fam_deps='samba-util '
if bld.CONFIG_SET('SAMBA_FAM_LIBS'):