summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/Makefile.in
diff options
context:
space:
mode:
authorPatrick Caulfield <pcaulfie@redhat.com>2005-02-07 10:04:27 +0000
committerPatrick Caulfield <pcaulfie@redhat.com>2005-02-07 10:04:27 +0000
commit2cf7b80d8fbb633d025b28b308b5064493405b9a (patch)
tree5ba72eb10c33cc7101d492651432704de3b4ff4b /daemons/clvmd/Makefile.in
parent3ef1aceed68601c6746d2e9ee9cac4e9239270e7 (diff)
downloadlvm2-2cf7b80d8fbb633d025b28b308b5064493405b9a.tar.gz
lvm2-2cf7b80d8fbb633d025b28b308b5064493405b9a.tar.xz
lvm2-2cf7b80d8fbb633d025b28b308b5064493405b9a.zip
Make clvmd use the command library rather than popen() to
preload the lock state.
Diffstat (limited to 'daemons/clvmd/Makefile.in')
-rw-r--r--daemons/clvmd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/clvmd/Makefile.in b/daemons/clvmd/Makefile.in
index 7ffd5156..81dd3fc4 100644
--- a/daemons/clvmd/Makefile.in
+++ b/daemons/clvmd/Makefile.in
@@ -52,7 +52,7 @@ TARGETS = \
include $(top_srcdir)/make.tmpl
CFLAGS += -D_REENTRANT -fno-strict-aliasing
-LIBS += -ldevmapper -llvm -lpthread
+LIBS += -L../../tools -ldevmapper -llvm -Wl,-Bstatic -llvm2cmd -Wl,-Bdynamic -lpthread
INSTALL_TARGETS = \
install_clvmd