From e471c2a781f8e15e43fc6662d0a6430bd104bc34 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 8 May 2018 10:55:53 +0530 Subject: features/cloudsync: Remove multiple definition in Makefile.am CLOUDSYNC_SRC is defined twice in the same Makefile.am which generates the following warning: xlators/features/cloudsync/src/Makefile.am:9: warning: CLOUDSYNC_SRC multiply defined in condition TRUE ... xlators/features/cloudsync/src/Makefile.am:5: ... 'CLOUDSYNC_SRC' previously defined here Therefore removing the duplicate definition. Change-Id: I00c3e2f3d64ad45e4080c2c82766516cd3e2bf63 fixes: bz#1193929 BUG: 1193929 Signed-off-by: Anoop C S --- xlators/features/cloudsync/src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'xlators/features/cloudsync/src') diff --git a/xlators/features/cloudsync/src/Makefile.am b/xlators/features/cloudsync/src/Makefile.am index da660d7401b..4e8319c9d34 100644 --- a/xlators/features/cloudsync/src/Makefile.am +++ b/xlators/features/cloudsync/src/Makefile.am @@ -2,8 +2,6 @@ xlator_LTLIBRARIES = cloudsync.la xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features -CLOUDSYNC_SRC = $(top_srcdir)/xlators/features/cloudsync/src - cloudsync_sources = cloudsync.c CLOUDSYNC_SRC = $(top_srcdir)/xlators/features/cloudsync/src -- cgit