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-15 16:50:56 -0500
commitbba5035433963640003a2e3c67822894b5476ea7 (patch)
treee4724c70d7d5c048999369b469795a3b66008c81
parent3bcc58e4be8a0ff7dce84d9ac2392d8acae0268b (diff)
downloadlvm2-bba5035433963640003a2e3c67822894b5476ea7.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