summaryrefslogtreecommitdiff
path: root/libdm/Makefile.in
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-09-28 20:28:31 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-09-28 20:28:31 +0100
commit0173c260d8270465f1895044b34609008962cc00 (patch)
tree8e6fc5364fb569ed5b7a7c3eea671683c93a8a57 /libdm/Makefile.in
parent9d815e5f5a17963a09b103177770e9af80c90e0f (diff)
downloadlvm2-0173c260d8270465f1895044b34609008962cc00.tar.gz
libdm: Move status fns from deptree to targets.
libdm-deptree is only for functions working with dm tree nodes.
Diffstat (limited to 'libdm/Makefile.in')
-rw-r--r--libdm/Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/libdm/Makefile.in b/libdm/Makefile.in
index 1b924cef3..6b7cc4863 100644
--- a/libdm/Makefile.in
+++ b/libdm/Makefile.in
@@ -21,13 +21,14 @@ SOURCES =\
datastruct/hash.c \
datastruct/list.c \
libdm-common.c \
- libdm-file.c \
+ libdm-config.c \
libdm-deptree.c \
- libdm-string.c \
+ libdm-file.c \
libdm-report.c \
- libdm-timestamp.c \
libdm-stats.c \
- libdm-config.c \
+ libdm-string.c \
+ libdm-targets.c \
+ libdm-timestamp.c \
mm/dbg_malloc.c \
mm/pool.c \
regex/matcher.c \