blob: ef20cbb64faf9e5f59deb7823d6c2c3c09bc191f (
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 \
mount nfs mgmt system playground meta
SUBDIRS = cluster storage protocol performance debug features \
mount ${GNFS_DIR} mgmt system playground meta
EXTRA_DIST = xlator.sym
CLEANFILES =
|