From 3f92ba898ce67c463c4d2df8989dfda5b806e385 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Mon, 22 Sep 2014 08:58:55 -0400 Subject: [PATCH] LU-5114 utils: Fix autoconf warning Fix mount_osd_ldiskfs_LDADD autoconf warning. This corrects a fix left out of commit 0d77156572c2b77581f01d960c0e5738b369de6a. Signed-off-by: Nathaniel Clark Change-Id: I2815f093951c215a8c92678348444cbd18297e25 Reviewed-on: http://review.whamcloud.com/12005 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin --- lustre/utils/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index fb43481..429fc82 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -138,7 +138,6 @@ pkglib_LTLIBRARIES += mount_osd_ldiskfs.la mount_osd_ldiskfs_la_SOURCES = mount_utils_ldiskfs.c mount_osd_ldiskfs_la_LDFLAGS = -shared -export-dynamic -module -avoid-version -mount_osd_ldiskfs_LDADD = libiam.a endif mount_lustre_SOURCES = mount_lustre.c mount_utils.c mount_utils.h -- 1.8.3.1