summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-08-23 14:02:42 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-08-26 19:10:28 +0200
commit12ba43ccd0cac480b4da0fb8457db83b4b50b722 (patch)
treea17e6e64a93f8e36d8c7376480698e204834db96 /include
parent49822624e8b02bf108d79ac3ffd58a35c0c92c5e (diff)
downloadlvm2-12ba43ccd0cac480b4da0fb8457db83b4b50b722.tar.gz
vdo: rename vdoimport to lvm_import_vdo
Missed bits in previous rename commits.
Diffstat (limited to 'include')
-rw-r--r--include/configure.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index cf0d7f223..8fb5ca9fe 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -571,6 +571,9 @@
/* Path to lvmconfig binary. */
#undef LVMCONFIG_PATH
+/* Path to lvm_import_vdo script. */
+#undef LVMIMPORTVDO_PATH
+
/* Path to lvmlockd pidfile. */
#undef LVMLOCKD_PIDFILE
@@ -687,9 +690,6 @@
/* Enable a valgrind aware build of pool */
#undef VALGRIND_POOL
-/* Path to lvm_import_vdo binary. */
-#undef VDOIMPORT_PATH
-
/* The path to 'vdoformat', if available. */
#undef VDO_FORMAT_CMD