From 0173c260d8270465f1895044b34609008962cc00 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Mon, 28 Sep 2015 20:28:31 +0100 Subject: libdm: Move status fns from deptree to targets. libdm-deptree is only for functions working with dm tree nodes. --- libdm/Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libdm/Makefile.in') 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 \ -- cgit v1.2.1