diff options
Diffstat (limited to 'xlators/features/Makefile.am')
| -rw-r--r-- | xlators/features/Makefile.am | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/xlators/features/Makefile.am b/xlators/features/Makefile.am index 9ac9b6f19de..c57897f11ea 100644 --- a/xlators/features/Makefile.am +++ b/xlators/features/Makefile.am @@ -1,3 +1,14 @@ -SUBDIRS = locks trash path-convertor filter quota +if BUILD_CLOUDSYNC + CLOUDSYNC_DIR = cloudsync +endif -CLEANFILES = +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 = |
