summaryrefslogtreecommitdiff
path: root/daemons/lvmlockd
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-03-19 23:10:55 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2021-03-20 00:05:01 +0100
commit3d26bde1c02b5b3cdfe6bbf87dcad8ce552b0bba (patch)
treeaa94f8d068efe0aa18bc99fa4022dec94d758a91 /daemons/lvmlockd
parente86798203e4d2775aa418db6a17b908de7e15130 (diff)
downloadlvm2-3d26bde1c02b5b3cdfe6bbf87dcad8ce552b0bba.tar.gz
make: cflow target works again
Restored 'make cflow' functinality. Produces some quick referece of function chaining and usage.
Diffstat (limited to 'daemons/lvmlockd')
-rw-r--r--daemons/lvmlockd/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemons/lvmlockd/Makefile.in b/daemons/lvmlockd/Makefile.in
index bd577d1e6..ec5d5750a 100644
--- a/daemons/lvmlockd/Makefile.in
+++ b/daemons/lvmlockd/Makefile.in
@@ -34,6 +34,9 @@ SOURCES2 = lvmlockctl.c
TARGETS = lvmlockd lvmlockctl
+CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES))
+CFLOW_TARGET = lvmlockd
+
.PHONY: install_lvmlockd
include $(top_builddir)/make.tmpl