8b3a1b19fb
Based on the proposal to remove few features as they are not actively maintained [1], removing crypt translator from the build. [1] - https://lists.gluster.org/pipermail/gluster-users/2018-July/034400.html Crypt xlator helped in on-disk / at-rest encryption of data. But currently as there are no maintainers for this, planning to remove it from master codebase. We are planning to host these experimental/ tech-preview xlators in another repository, so people who want to contribute can still use the bits. updates: bz#1635688 Change-Id: I7f2453907a595c34f635a88c49aab0845369c6e7 Signed-off-by: Amar Tumballi <amarts@redhat.com>
14 lines
315 B
Makefile
14 lines
315 B
Makefile
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 =
|