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