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

makefiles: plugins can be build after shared library

This commit is contained in:
Zdenek Kabelac 2021-04-03 22:55:20 +02:00
parent d2522f4a05
commit f1bfc0621b

View File

@ -64,6 +64,7 @@ include $(top_builddir)/make.tmpl
all: device-mapper
device-mapper: $(TARGETS)
plugins.device-mapper: $(LIB_SHARED)
CFLAGS_dmeventd.o += $(EXTRA_EXEC_CFLAGS)
LIBS += $(PTHREAD_LIBS) -L$(top_builddir)/libdm -ldevmapper