summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/Makefile.in
diff options
context:
space:
mode:
authorPatrick Caulfield <pcaulfie@redhat.com>2006-03-14 14:18:34 +0000
committerPatrick Caulfield <pcaulfie@redhat.com>2006-03-14 14:18:34 +0000
commite7f55bb4c00b7fee5aaf92e1627617fe3a3528e6 (patch)
tree3f70135eac6accd75fcdce38bb1fe2a5840cdea2 /daemons/clvmd/Makefile.in
parent5fe8ef27da08e0108055e2af2b3eef72ace48600 (diff)
downloadlvm2-e7f55bb4c00b7fee5aaf92e1627617fe3a3528e6.tar.gz
lvm2-e7f55bb4c00b7fee5aaf92e1627617fe3a3528e6.tar.xz
lvm2-e7f55bb4c00b7fee5aaf92e1627617fe3a3528e6.zip
Get clvmd to use libcman rather than cman ioctl calls. This makes
it forward-compatible with the new userland CMAN in cluster head. To build it you will need the libcman header & library installed.
Diffstat (limited to 'daemons/clvmd/Makefile.in')
-rw-r--r--daemons/clvmd/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/daemons/clvmd/Makefile.in b/daemons/clvmd/Makefile.in
index fa1b362e..aeb7da84 100644
--- a/daemons/clvmd/Makefile.in
+++ b/daemons/clvmd/Makefile.in
@@ -46,17 +46,17 @@ endif
ifeq ("$(CMAN)", "yes")
SOURCES += clvmd-cman.c
- LMLIBS += -ldlm
+ LMLIBS += -ldlm -lcman
CFLAGS += -DUSE_CMAN
endif
TARGETS = \
clvmd
-LVMLIBS = -llvm
+LVMLIBS = -llvm -lpthread
ifeq ("@DMEVENTD@", "yes")
- LVMLIBS += -ldevmapper-event -lpthread
+ LVMLIBS += -ldevmapper-event
endif
ifeq ("@DEVMAPPER@", "yes")