diff options
Diffstat (limited to 'xlators/features/Makefile.am')
| -rw-r--r-- | xlators/features/Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/xlators/features/Makefile.am b/xlators/features/Makefile.am index 809bbe51075..c57897f11ea 100644 --- a/xlators/features/Makefile.am +++ b/xlators/features/Makefile.am @@ -1,3 +1,14 @@ -SUBDIRS = locks trash quota read-only mac-compat quiesce marker#path-converter # filter +if BUILD_CLOUDSYNC + CLOUDSYNC_DIR = cloudsync +endif + +if BUILD_METADISP + METADISP_DIR = metadisp +endif + +SUBDIRS = locks quota read-only quiesce marker index barrier arbiter upcall \ + compress changelog gfid-access snapview-client snapview-server trash \ + shard bit-rot leases selinux sdfs namespace $(CLOUDSYNC_DIR) thin-arbiter \ + utime $(METADISP_DIR) CLEANFILES = |
