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

Hack for build rules of lvmetad

FIXME
This commit is contained in:
Zdenek Kabelac 2011-09-02 14:49:00 +00:00
parent 7aa56e8f90
commit 0945b313bf

View File

@ -32,7 +32,8 @@ endif
ifeq ("@BUILD_LVMETAD@", "yes")
SUBDIRS += lvmetad
device-mapper: libdaemon.a
# FIXME: build dependency order needs rule fixing, using hack
all: libdaemon.a
endif
ifeq ("@BUILD_DMEVENTD@", "yes")