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-20 16:00:28 -0500
commit175ed2f38713784c56170386c1d8c49acbd8aa4f (patch)
tree57646c57b51d31831a4ea131fe09cb8b9b8cc87b
parent884aab9e60c67216fce88040e8c8dea96f8384cc (diff)
downloadlvm2-175ed2f38713784c56170386c1d8c49acbd8aa4f.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