summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-06-08 12:03:33 -0500
committerDavid Teigland <teigland@redhat.com>2015-06-16 16:58:11 -0500
commit3a708f835762fb45009b0f59421fb43f2117817c (patch)
treed6f2f8879755dcfacaec44c391e83ade0fcaf8ce
parentaf4cfaeaf08f6524cbff39b33c19ceba4aa6662c (diff)
downloadlvm2-3a708f835762fb45009b0f59421fb43f2117817c.tar.gz
lvmlockd Makefile: install lvmlockctl
-rw-r--r--daemons/lvmlockd/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/daemons/lvmlockd/Makefile.in b/daemons/lvmlockd/Makefile.in
index 803c532ad..fcdce5c50 100644
--- a/daemons/lvmlockd/Makefile.in
+++ b/daemons/lvmlockd/Makefile.in
@@ -45,6 +45,9 @@ lvmlockctl: lvmlockctl.o $(top_builddir)/libdaemon/client/libdaemonclient.a \
install_lvmlockd: lvmlockd
$(INSTALL_PROGRAM) -D $< $(sbindir)/$(<F)
-install_lvm2: install_lvmlockd
+install_lvmlockctl: lvmlockctl
+ $(INSTALL_PROGRAM) -D $< $(sbindir)/$(<F)
+
+install_lvm2: install_lvmlockd install_lvmlockctl
install: install_lvm2