diff options
Diffstat (limited to 'xlators/Makefile.am')
-rw-r--r-- | xlators/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xlators/Makefile.am b/xlators/Makefile.am index ea1be844ef4..2b66201035d 100644 --- a/xlators/Makefile.am +++ b/xlators/Makefile.am @@ -1,9 +1,5 @@ -if ENABLE_EXPERIMENTAL - EXPERIMENTAL = experimental -endif - SUBDIRS = cluster storage protocol performance debug features encryption mount nfs mgmt system \ - playground meta $(EXPERIMENTAL) + playground meta EXTRA_DIST = xlator.sym |