diff options
Diffstat (limited to 'xlators/Makefile.am')
| -rw-r--r-- | xlators/Makefile.am | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/xlators/Makefile.am b/xlators/Makefile.am index 2a03f905b6d..ef20cbb64fa 100644 --- a/xlators/Makefile.am +++ b/xlators/Makefile.am @@ -1,4 +1,13 @@ -SUBDIRS = cluster storage protocol performance debug features encryption mount nfs mgmt system \ - playground meta +if BUILD_GNFS + GNFS_DIR = nfs +endif + +DIST_SUBDIRS = cluster storage protocol performance debug features \ + mount nfs mgmt system playground meta + +SUBDIRS = cluster storage protocol performance debug features \ + mount ${GNFS_DIR} mgmt system playground meta + +EXTRA_DIST = xlator.sym CLEANFILES = |
