mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
makefiles: plugins can be build after shared library
This commit is contained in:
parent
d2522f4a05
commit
f1bfc0621b
@ -64,6 +64,7 @@ include $(top_builddir)/make.tmpl
|
|||||||
|
|
||||||
all: device-mapper
|
all: device-mapper
|
||||||
device-mapper: $(TARGETS)
|
device-mapper: $(TARGETS)
|
||||||
|
plugins.device-mapper: $(LIB_SHARED)
|
||||||
|
|
||||||
CFLAGS_dmeventd.o += $(EXTRA_EXEC_CFLAGS)
|
CFLAGS_dmeventd.o += $(EXTRA_EXEC_CFLAGS)
|
||||||
LIBS += $(PTHREAD_LIBS) -L$(top_builddir)/libdm -ldevmapper
|
LIBS += $(PTHREAD_LIBS) -L$(top_builddir)/libdm -ldevmapper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user