summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2005-12-02 20:35:07 +0000
committerAlasdair Kergon <agk@redhat.com>2005-12-02 20:35:07 +0000
commit15d91f5a68f29b978e380d23e2e0b70572cea9b8 (patch)
tree4f0ed6ccce2381b834ea69200afa4da65c7292de /lib/Makefile.in
parent06f62ad1e4445a910a96910766e02e4975e0dce4 (diff)
downloadlvm2-15d91f5a68f29b978e380d23e2e0b70572cea9b8.tar.gz
lvm2-15d91f5a68f29b978e380d23e2e0b70572cea9b8.tar.xz
lvm2-15d91f5a68f29b978e380d23e2e0b70572cea9b8.zip
More dmeventd support.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 5323cd93..279cb345 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -133,6 +133,10 @@ ifeq ("@HAVE_LIBDL@", "yes")
misc/sharedlib.c
endif
+ifeq ("@DMEVENTD@", "yes")
+ CLDFLAGS += -ldevmapper-event
+endif
+
LIB_STATIC = liblvm.a
$(SUBDIRS): $(LIB_STATIC)