diff options
Diffstat (limited to 'xlators/Makefile.am')
| -rw-r--r-- | xlators/Makefile.am | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/xlators/Makefile.am b/xlators/Makefile.am index ea1be844ef4..ef20cbb64fa 100644 --- a/xlators/Makefile.am +++ b/xlators/Makefile.am @@ -1,9 +1,12 @@ -if ENABLE_EXPERIMENTAL - EXPERIMENTAL = experimental +if BUILD_GNFS + GNFS_DIR = nfs endif -SUBDIRS = cluster storage protocol performance debug features encryption mount nfs mgmt system \ - playground meta $(EXPERIMENTAL) +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 |
