diff options
Diffstat (limited to 'xlators')
716 files changed, 405188 insertions, 181115 deletions
diff --git a/xlators/Makefile.am b/xlators/Makefile.am index b1643d26ca0..ef20cbb64fa 100644 --- a/xlators/Makefile.am +++ b/xlators/Makefile.am @@ -1,3 +1,13 @@ -SUBDIRS = cluster storage protocol performance debug features encryption mount nfs mgmt system +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 = diff --git a/xlators/bindings/Makefile.am b/xlators/bindings/Makefile.a |
