From 7fea544079c0fdc2d1d6a29e039cc925f81b2117 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 19 Mar 2015 20:30:13 +0100 Subject: build: remove broken and unused _la_LIBADD variable While building, the following warning is displayed: xlators/features/arbiter/src/Makefile.am:7: variable `_la_LIBADD' is defined but no program or xlators/features/arbiter/src/Makefile.am:7: library has `_la' as canonical name (possible typo) The _la_LIBADD really seems like a typo, dropping it should not be harmful to anything, except for the warning that will now be gone. BUG: 1199985 Change-Id: I3f3ba911f59df2e51fdc6387295fff4bbcc5a12d Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/9950 Reviewed-by: Kaleb KEITHLEY Tested-by: Gluster Build System Reviewed-by: Ravishankar N Reviewed-by: Vijay Bellur --- xlators/features/arbiter/src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/features') diff --git a/xlators/features/arbiter/src/Makefile.am b/xlators/features/arbiter/src/Makefile.am index edec57b892c..090095d8860 100644 --- a/xlators/features/arbiter/src/Makefile.am +++ b/xlators/features/arbiter/src/Makefile.am @@ -4,7 +4,6 @@ xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features arbiter_la_LDFLAGS = -module -avoid-version arbiter_la_SOURCES = arbiter.c -_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la arbiter_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la noinst_HEADERS = arbiter.h arbiter-mem-types.h -- cgit