blob: 6ef19af086040e663c0518b66970e79e4647da94 (
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 changetimerecorder \
gfid-access $(GLUPY_SUBDIR) upcall snapview-client snapview-server \
trash shard bit-rot leases selinux sdfs namespace $(CLOUDSYNC_DIR) thin-arbiter \
utime
CLEANFILES =
|