blob: ea1be844ef489ab7b9e749b558c4fd8d3eabde74 (
plain)
1
2
3
4
5
6
7
8
9
10
  | 
if ENABLE_EXPERIMENTAL
  EXPERIMENTAL = experimental
endif
SUBDIRS = cluster storage protocol performance debug features encryption mount nfs mgmt system \
          playground meta $(EXPERIMENTAL)
EXTRA_DIST = xlator.sym
CLEANFILES =
  |