summaryrefslogtreecommitdiffstats
path: root/xlators/features/cloudsync/src/Makefile.am
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2018-05-08 10:55:53 +0530
committerKaleb KEITHLEY <kkeithle@redhat.com>2018-05-10 11:37:08 +0000
commite471c2a781f8e15e43fc6662d0a6430bd104bc34 (patch)
tree249b21279c615c5c0db679d37b5c1e21e5cdbaec /xlators/features/cloudsync/src/Makefile.am
parent2b2410acb4cca0554ee710ca32bfa58ce49d3204 (diff)
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 <anoopcs@redhat.com>
Diffstat (limited to 'xlators/features/cloudsync/src/Makefile.am')
-rw-r--r--xlators/features/cloudsync/src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
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