diff options
Diffstat (limited to 'xlators/storage/Makefile.am')
-rw-r--r-- | xlators/storage/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xlators/storage/Makefile.am b/xlators/storage/Makefile.am index 9cb9ded3035..e1316a12702 100644 --- a/xlators/storage/Makefile.am +++ b/xlators/storage/Makefile.am @@ -1,3 +1,6 @@ SUBDIRS = posix -CLEANFILES = +if ENABLE_BD_XLATOR +SUBDIRS += bd_map +endif +CLEANFILES = |