summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-02-28 18:18:48 +0000
committerAlasdair Kergon <agk@redhat.com>2012-02-28 18:18:48 +0000
commit832a1e7395ee4929a6d61de75ca16a3004248651 (patch)
treed23cc2a5da00da9db6ad817df441ccd488952f40 /configure.in
parentd6f989d1eeb2799853f112bdc64671af26489817 (diff)
downloadlvm2-832a1e7395ee4929a6d61de75ca16a3004248651.tar.gz
Define LVMETAD_SUPPORT in source code
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1e9fd17c8..434c97e99 100644
--- a/configure.in
+++ b/configure.in
@@ -847,6 +847,10 @@ AC_MSG_RESULT($LVMETAD)
BUILD_LVMETAD=$LVMETAD
+if test x$BUILD_LVMETAD = xyes; then
+ AC_DEFINE([LVMETAD_SUPPORT], 1, [Define to 1 to include code that uses lvmetad.])
+fi
+
################################################################################
dnl -- Enable udev synchronisation
AC_MSG_CHECKING(whether to enable synchronisation with udev processing)
@@ -1496,7 +1500,6 @@ make.tmpl
daemons/Makefile
daemons/clvmd/Makefile
daemons/cmirrord/Makefile
-daemons/common/Makefile
daemons/dmeventd/Makefile
daemons/dmeventd/libdevmapper-event.pc
daemons/dmeventd/plugins/Makefile
@@ -1520,6 +1523,9 @@ lib/misc/lvm-version.h
lib/raid/Makefile
lib/snapshot/Makefile
lib/thin/Makefile
+libdaemon/Makefile
+libdaemon/client/Makefile
+libdaemon/server/Makefile
libdm/Makefile
libdm/libdevmapper.pc
liblvm/Makefile