summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-05-20 16:00:28 -0500
committerDavid Teigland <teigland@redhat.com>2015-06-02 11:39:33 -0500
commit515e601f366bf37414db36894417ee439381d24f (patch)
tree9f412121c3700bbbd5807e024a5339daffa0c9f2
parent742948280162515a5294279213bc811f494268ae (diff)
downloadlvm2-515e601f366bf37414db36894417ee439381d24f.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