summaryrefslogtreecommitdiff
path: root/libdm/Makefile.in
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-06-14 13:08:33 +0100
committerJoe Thornber <ejt@redhat.com>2018-06-14 13:10:17 +0100
commit0524829af69935070b7b15c1bede8f7f4afc9a13 (patch)
tree0aa3a257e131d494845b35332763f6ea8809240c /libdm/Makefile.in
parente53cfc6a88d7acafde6ba3fa293bcf15b9a033bc (diff)
downloadlvm2-0524829af69935070b7b15c1bede8f7f4afc9a13.tar.gz
dmsetup: move to libdm/dm-tools/dmsetup
links against libdevmapper again. no longer includes code from lvm.
Diffstat (limited to 'libdm/Makefile.in')
-rw-r--r--libdm/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdm/Makefile.in b/libdm/Makefile.in
index eeef0801d..6472da74c 100644
--- a/libdm/Makefile.in
+++ b/libdm/Makefile.in
@@ -16,6 +16,8 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
+SUBDIRS=dm-tools
+
SOURCES =\
datastruct/bitset.c \
datastruct/hash.c \