summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins/mirror/Makefile.in
diff options
context:
space:
mode:
authorMilan Broz <mbroz@redhat.com>2009-05-11 10:28:45 +0000
committerMilan Broz <mbroz@redhat.com>2009-05-11 10:28:45 +0000
commit0b502933c5e88b16853151aaa83b93b6ddcedb74 (patch)
treef233c6ee74ef061aa0c0ddfc7d6a0ca799ec54d6 /daemons/dmeventd/plugins/mirror/Makefile.in
parent19363a13b1dca3700a20c3ea5872b2ca0fabc5d9 (diff)
downloadlvm2-0b502933c5e88b16853151aaa83b93b6ddcedb74.tar.gz
lvm2-0b502933c5e88b16853151aaa83b93b6ddcedb74.tar.xz
lvm2-0b502933c5e88b16853151aaa83b93b6ddcedb74.zip
Introduce lvm2_install target.
Buildsystem support device-mapper only install, but generic install tagret includes both dm+lvm2. For distribution which uses separate install_device-mapper, there is no way how to install lvm2 only (so after installing lvm2 for packaging purposes built system must remove installed device-mapper files). Fix it by allowing lvm2_install target, similarily like install_cluster for clvmd. (install = install_device-mapper + install_lvm2)
Diffstat (limited to 'daemons/dmeventd/plugins/mirror/Makefile.in')
-rw-r--r--daemons/dmeventd/plugins/mirror/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/daemons/dmeventd/plugins/mirror/Makefile.in b/daemons/dmeventd/plugins/mirror/Makefile.in
index 4154d055..51eaba60 100644
--- a/daemons/dmeventd/plugins/mirror/Makefile.in
+++ b/daemons/dmeventd/plugins/mirror/Makefile.in
@@ -31,7 +31,9 @@ LIB_VERSION = $(LIB_VERSION_LVM)
include $(top_srcdir)/make.tmpl
-install: libdevmapper-event-lvm2mirror.$(LIB_SUFFIX)
+install_lvm2: libdevmapper-event-lvm2mirror.$(LIB_SUFFIX)
$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \
$(libdir)/$<.$(LIB_VERSION)
$(LN_S) -f $<.$(LIB_VERSION) $(libdir)/$<
+
+install: install_lvm2