summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins/mirror
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2008-07-09 09:59:42 +0000
committerPetr Rockai <prockai@redhat.com>2008-07-09 09:59:42 +0000
commit2a9a80c9bb71e35c877265e61ef0e06eb7365167 (patch)
tree212bada4c2162d874ac70bd80e072611a145950e /daemons/dmeventd/plugins/mirror
parentf4fa433eff90832f3a91dc3d00808b5530e8a7ed (diff)
downloadlvm2-2a9a80c9bb71e35c877265e61ef0e06eb7365167.tar.gz
lvm2-2a9a80c9bb71e35c877265e61ef0e06eb7365167.tar.xz
lvm2-2a9a80c9bb71e35c877265e61ef0e06eb7365167.zip
Fix dmeventd regression where mirror and snapshot monitoring libraries
failed to link against liblvm2cmd. Dmeventd DSOs *require* lvm2cmd to be linked in. For the future: 1) AC_SUBST does not create Makefile variables, only @foo@-style substitutions 2) When using `test', whitespace around `=' is essential: test a=b is true, as is test a=a
Diffstat (limited to 'daemons/dmeventd/plugins/mirror')
-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 baa0a5c8..68c15c8d 100644
--- a/daemons/dmeventd/plugins/mirror/Makefile.in
+++ b/daemons/dmeventd/plugins/mirror/Makefile.in
@@ -17,7 +17,7 @@ top_srcdir = @top_srcdir@
VPATH = @srcdir@
INCLUDES += -I${top_srcdir}/tools
-CLDFLAGS += -L${top_srcdir}/tools -ldevmapper $(LVM2CMD_LIB)
+CLDFLAGS += -L${top_srcdir}/tools -ldevmapper @LVM2CMD_LIB@
SOURCES = dmeventd_mirror.c