summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-05-20 16:00:28 -0500
committerDavid Teigland <teigland@redhat.com>2015-05-28 16:36:16 -0500
commit046b838cc5727fc2f9fa3b7b56d28bd4c87c7b9b (patch)
tree8a601ebc905c1868459fa5880251979852a48730
parentdbee3fa24b3f37ace564eee8b817e758a01372de (diff)
downloadlvm2-046b838cc5727fc2f9fa3b7b56d28bd4c87c7b9b.tar.gz
lvmlockd: use libsanlock_client
instead of the full libsanlock which isn't needed
-rw-r--r--daemons/lvmlockd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/lvmlockd/Makefile.in b/daemons/lvmlockd/Makefile.in
index 03690eae5..e61e2a6d1 100644
--- a/daemons/lvmlockd/Makefile.in
+++ b/daemons/lvmlockd/Makefile.in
@@ -29,7 +29,7 @@ include $(top_builddir)/make.tmpl
INCLUDES += -I$(top_srcdir)/libdaemon/server
LVMLIBS = -ldaemonserver $(LVMINTERNAL_LIBS) -ldevmapper
-LIBS += $(PTHREAD_LIBS) -ldlm_lt -lsanlock
+LIBS += $(PTHREAD_LIBS) -ldlm_lt -lsanlock_client
LDFLAGS += -L$(top_builddir)/libdaemon/server
CLDFLAGS += -L$(top_builddir)/libdaemon/server -D_GNU_SOURCE