summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-05-06 10:07:46 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-05-06 10:07:46 +0000
commit180b3dea119b6d89791ac014a996dd5f5ffd7fe4 (patch)
tree8ae2468b9d7bbf62fb064dfc7ead8942dc47ed11 /daemons/dmeventd/plugins
parent2f01958e3e0286f968d837c51e78975fd2c2287c (diff)
downloadlvm2-180b3dea119b6d89791ac014a996dd5f5ffd7fe4.tar.gz
lvm2-180b3dea119b6d89791ac014a996dd5f5ffd7fe4.tar.xz
lvm2-180b3dea119b6d89791ac014a996dd5f5ffd7fe4.zip
Install plugins to subdirs
Target install_dm_plugin installs files to libdir/device-mapper. Target install_lvm2_plugin installs files to libdir/lvm2. Both targets creates relative links to libdir to keep the code compatible with current dlopen handling. Once we will be able to read plugins from subdir, links could be removed.
Diffstat (limited to 'daemons/dmeventd/plugins')
-rw-r--r--daemons/dmeventd/plugins/mirror/Makefile.in2
-rw-r--r--daemons/dmeventd/plugins/snapshot/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/daemons/dmeventd/plugins/mirror/Makefile.in b/daemons/dmeventd/plugins/mirror/Makefile.in
index 146361fc..5966f245 100644
--- a/daemons/dmeventd/plugins/mirror/Makefile.in
+++ b/daemons/dmeventd/plugins/mirror/Makefile.in
@@ -32,6 +32,6 @@ include $(top_builddir)/make.tmpl
LIBS += @LVM2CMD_LIB@ -ldevmapper-event-lvm2 -ldevmapper $(PTHREAD_LIBS)
-install_lvm2: install_lib_shared_plugin
+install_lvm2: install_dm_plugin
install: install_lvm2
diff --git a/daemons/dmeventd/plugins/snapshot/Makefile.in b/daemons/dmeventd/plugins/snapshot/Makefile.in
index f36f916c..32a74af2 100644
--- a/daemons/dmeventd/plugins/snapshot/Makefile.in
+++ b/daemons/dmeventd/plugins/snapshot/Makefile.in
@@ -28,6 +28,6 @@ include $(top_builddir)/make.tmpl
LIBS += @LVM2CMD_LIB@ -ldevmapper-event-lvm2 -ldevmapper $(PTHREAD_LIBS)
-install_lvm2: install_lib_shared_plugin
+install_lvm2: install_dm_plugin
install: install_lvm2