summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2007-03-30 21:00:26 +0000
committerDave Wysochanski <dwysocha@redhat.com>2007-03-30 21:00:26 +0000
commitcc5a4e1d3855dbe7953d4ac56fc8d9bbe1c18c1f (patch)
treeb44ba078b481be1e6b526be36112bcb213f6be5a /tools/Makefile.in
parent02c83d6edf5ecbc2806490888d3f910eef063cf7 (diff)
downloadlvm2-cc5a4e1d3855dbe7953d4ac56fc8d9bbe1c18c1f.tar.gz
lvm2-cc5a4e1d3855dbe7953d4ac56fc8d9bbe1c18c1f.tar.xz
lvm2-cc5a4e1d3855dbe7953d4ac56fc8d9bbe1c18c1f.zip
Add stub for pvck, a command to check physical volume consistency.
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index a1726749..07163138 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -38,6 +38,7 @@ SOURCES =\
lvscan.c \
polldaemon.c \
pvchange.c \
+ pvck.c \
pvcreate.c \
pvdisplay.c \
pvmove.c \