diff options
| author | Amar Tumballi <amarts@redhat.com> | 2018-08-10 15:57:50 +0530 | 
|---|---|---|
| committer | Amar Tumballi <amarts@redhat.com> | 2018-11-08 07:36:50 +0000 | 
| commit | a907e468e724c32b9833ce59806fc215c7122d63 (patch) | |
| tree | b0004661c83edc02f3778af8a836877cbe8118b5 /xlators/mgmt/glusterd/src | |
| parent | 8f82c1165871e43de945ba0ed3fdaaf0d68aeef3 (diff) | |
bd: remove from the build
Based on the proposal to remove few features as they are not
actively maintained [1], removed BD (block device) translator
from the build.
[1] - https://lists.gluster.org/pipermail/gluster-users/2018-July/034400.html
Updates: bz#1635688
Change-Id: Ia96db406c58a7aef355dde6bc33523bb2492b1a9
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src')
| -rw-r--r-- | xlators/mgmt/glusterd/src/Makefile.am | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/mgmt/glusterd/src/Makefile.am b/xlators/mgmt/glusterd/src/Makefile.am index aa75344d1ac..6d09e37477c 100644 --- a/xlators/mgmt/glusterd/src/Makefile.am +++ b/xlators/mgmt/glusterd/src/Makefile.am @@ -30,9 +30,6 @@ glusterd_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \  	$(top_builddir)/rpc/xdr/src/libgfxdr.la \  	$(top_builddir)/rpc/rpc-lib/src/libgfrpc.la \  	$(XML_LIBS) -lcrypto $(URCU_LIBS) $(URCU_CDS_LIBS) -if ENABLE_BD_XLATOR -glusterd_la_LIBADD += -llvm2app -endif  noinst_HEADERS = glusterd.h glusterd-utils.h glusterd-op-sm.h \  	glusterd-sm.h glusterd-store.h glusterd-mem-types.h \  | 
