1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tweak clvmd makefile

This commit is contained in:
Alasdair Kergon 2006-02-03 21:31:00 +00:00
parent d8f0eeb039
commit a0d0eda9b3

View File

@ -53,10 +53,19 @@ endif
TARGETS = \
clvmd
include $(top_srcdir)/make.tmpl
LVMLIBS = -llvm
ifeq ("@DMEVENTD@", "yes")
LVMLIBS += -ldevmapper-event -lpthread
endif
ifeq ("@DEVMAPPER@", "yes")
LVMLIBS += -ldevmapper
endif
CFLAGS += -D_REENTRANT -fno-strict-aliasing
LIBS += -ldevmapper -llvm -lpthread
include $(top_srcdir)/make.tmpl
INSTALL_TARGETS = \
install_clvmd