summaryrefslogtreecommitdiff
path: root/man/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-08-01 18:17:06 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2017-08-01 18:17:06 +0200
commit95dd5bc7fb7dc818116ee367aaa3079f410e2cf7 (patch)
treeaa577857635c23ae0f44a92a741f759e6aa48031 /man/Makefile.in
parent92b53a80772a5a7f18c95ac4f3154a3cd4b1ce43 (diff)
downloadlvm2-95dd5bc7fb7dc818116ee367aaa3079f410e2cf7.tar.gz
configure: tune BUILD_DMEVENTD
Drop 'DMEVENT' make variable and use BUILD_DMEVENTD like with other daemons. NOTE: by default we do not build dmeventd - maybe time to change as lot of build targets basically do need dmeventd... Switch to use SYSTEMD_LIBS and avoid linking systemd library with every linked tool when dbus notification are enabled. (TODO add missing testing for lib presence)
Diffstat (limited to 'man/Makefile.in')
-rw-r--r--man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 219b2b947..b8f3aeb81 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -85,7 +85,7 @@ else
MAN8DM+=$(BLKDEACTIVATEMAN)
endif
- ifeq ("@DMEVENTD@", "yes")
+ ifeq ("@BUILD_DMEVENTD@", "yes")
MAN8DM+=$(DMEVENTDMAN)
endif