blob: 7a423bf4b207af733e6435cf5800aeeb07086fcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
if BUILD_CLOUDSYNC
CLOUDSYNC_DIR = cloudsync
endif
SUBDIRS = locks quota read-only quiesce marker index barrier \
arbiter compress changelog \
gfid-access $(GLUPY_SUBDIR) upcall snapview-client snapview-server \
trash shard bit-rot leases selinux sdfs namespace $(CLOUDSYNC_DIR) thin-arbiter \
utime
CLEANFILES =
|