From 7e546e16925e50dc33db05c67b8b5cad1b3922ef Mon Sep 17 00:00:00 2001 From: Kaushik BV Date: Thu, 24 Feb 2011 00:08:46 +0000 Subject: Gsync : Do not expose volume gsync, when geo-replication is disabled Signed-off-by: Kaushik BV Signed-off-by: Anand V. Avati BUG: 1570 (geosync related changes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570 --- cli/src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/src/Makefile.am') diff --git a/cli/src/Makefile.am b/cli/src/Makefile.am index f2a03030f..2847f5d78 100644 --- a/cli/src/Makefile.am +++ b/cli/src/Makefile.am @@ -16,7 +16,8 @@ AM_CFLAGS = -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D$(GF_HOST_OS)\ -I$(top_srcdir)/rpc/xdr/src\ -DDATADIR=\"$(localstatedir)\" \ -DCONFDIR=\"$(sysconfdir)/glusterfs\" $(GF_GLUSTERFS_CFLAGS)\ - -DGSYNCD_PREFIX=\"$(libexecdir)\" + -DGSYNCD_PREFIX=\"$(libexecdir)\"\ + -DSYNCDAEMON_COMPILE=$(SYNCDAEMON_COMPILE) CLEANFILES = -- cgit