summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-04-03 22:55:20 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-04-06 22:02:31 +0200
commitf1bfc0621b9d86349a1878c1e64e96c5c7040786 (patch)
tree20b8f91d027e66373261300fe6236a0cc473ae9c /daemons
parentd2522f4a05aa027bcc911ecb832450bc19b7fb57 (diff)
downloadlvm2-f1bfc0621b9d86349a1878c1e64e96c5c7040786.tar.gz
makefiles: plugins can be build after shared library
Diffstat (limited to 'daemons')
-rw-r--r--daemons/dmeventd/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/dmeventd/Makefile.in b/daemons/dmeventd/Makefile.in
index c737ca40d..d688a0d3b 100644
--- a/daemons/dmeventd/Makefile.in
+++ b/daemons/dmeventd/Makefile.in
@@ -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