summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2021-11-03 16:02:38 -0500
committerDavid Teigland <teigland@redhat.com>2021-11-04 11:09:29 -0500
commitf40fd88374fe1e911233e5a4fc79223d97decde0 (patch)
tree7f2fcd14585195499f84b3de9ce9236b985ac9ef /lib/Makefile.in
parentd558b3ad7e6086480075b3bf750eba0ee66c78ec (diff)
downloadlvm2-f40fd88374fe1e911233e5a4fc79223d97decde0.tar.gz
move code from pvscan.c to online.c
related to managing files in /run/lvm/pvs_online and /run/lvm/vgs_online
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 8b3eac60a..e97f57a4d 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -40,6 +40,7 @@ SOURCES =\
device/dev-luks.c \
device/dev-dasd.c \
device/dev-lvm1-pool.c \
+ device/online.c \
display/display.c \
error/errseg.c \
unknown/unknown.c \