summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins/mirror/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-05-11 08:41:58 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-05-11 08:41:58 +0000
commit75b55f113635f917e4a9ed3c5a977e8f1d3d125c (patch)
treed95887a0fc49a52ced23bec50c11cc75f2e59e09 /daemons/dmeventd/plugins/mirror/Makefile.in
parent1e9ed439d48d795795cd84fb0ab8cb6a10e2fff7 (diff)
downloadlvm2-75b55f113635f917e4a9ed3c5a977e8f1d3d125c.tar.gz
lvm2-75b55f113635f917e4a9ed3c5a977e8f1d3d125c.tar.xz
lvm2-75b55f113635f917e4a9ed3c5a977e8f1d3d125c.zip
Plugins do not use pthread or lvm2cmd directly.
Plugins are using pthread and lvm2cmd libraries indirectly through devmapper-event-lvm2, so link only with libraries used by them.
Diffstat (limited to 'daemons/dmeventd/plugins/mirror/Makefile.in')
-rw-r--r--daemons/dmeventd/plugins/mirror/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/dmeventd/plugins/mirror/Makefile.in b/daemons/dmeventd/plugins/mirror/Makefile.in
index 5966f245..3c3d468f 100644
--- a/daemons/dmeventd/plugins/mirror/Makefile.in
+++ b/daemons/dmeventd/plugins/mirror/Makefile.in
@@ -30,7 +30,7 @@ CFLOW_LIST_TARGET = $(LIB_NAME).cflow
include $(top_builddir)/make.tmpl
-LIBS += @LVM2CMD_LIB@ -ldevmapper-event-lvm2 -ldevmapper $(PTHREAD_LIBS)
+LIBS += -ldevmapper-event-lvm2 -ldevmapper
install_lvm2: install_dm_plugin