From 8416e31b23cf6c7a6272d4779026eca2f5b63fe8 Mon Sep 17 00:00:00 2001 From: Jiffin Tony Thottan Date: Wed, 30 Aug 2017 10:54:24 +0530 Subject: xlators/ganesha : remove ganesha xlator code from 3.10 The commit e4a4043 have removed ganesha xlator from glusterfs codebase. But while reverting back ganesha changes, the Makefile.am in xlators/ganesha got resurrected. Change-Id: I6efaacaf1fe426da974608ddac5eae4a43800983 BUG: 1486542 Signed-off-by: Jiffin Tony Thottan Reviewed-on: https://review.gluster.org/18147 Smoke: Gluster Build System CentOS-regression: Gluster Build System Reviewed-by: soumya k Reviewed-by: Kaleb KEITHLEY --- xlators/features/ganesha/src/Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 xlators/features/ganesha/src/Makefile.am diff --git a/xlators/features/ganesha/src/Makefile.am b/xlators/features/ganesha/src/Makefile.am deleted file mode 100644 index 78715d682e5..00000000000 --- a/xlators/features/ganesha/src/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -xlator_LTLIBRARIES = ganesha.la - -xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features - -noinst_HEADERS = ganesha.h ganesha-mem-types.h - -ganesha_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS) - -ganesha_la_SOURCES = ganesha.c - -AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \ - -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D$(GF_HOST_OS)\ - -I$(top_srcdir)/rpc/xdr/src -I$(top_builddir)/rpc/xdr/src \ - -DGANESHA_DIR=\"$(sysconfdir)/ganesha\" \ - -DGYSNCD_PREFIX=\"$(GLUSTERFS_LIBEXECDIR)\" - -AM_CFLAGS = -Wall $(GF_CFLAGS) - -CLEANFILES = -- cgit