blob: 876a31f8e810cf52808549d431e9a546c1ae4176 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
if ENABLE_EXPERIMENTAL
EXPERIMENTAL = experimental
endif
if BUILD_GNFS
GNFS_DIR = nfs
endif
DIST_SUBDIRS = cluster storage protocol performance debug features encryption \
mount nfs mgmt system playground meta experimental
SUBDIRS = cluster storage protocol performance debug features encryption \
mount ${GNFS_DIR} mgmt system playground meta $(EXPERIMENTAL)
EXTRA_DIST = xlator.sym
CLEANFILES =
|