summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2015-11-26 12:37:22 +0000
committerBryn M. Reeves <bmr@redhat.com>2016-02-25 16:40:58 +0000
commit985ed7822f2ac12724ef3bbd823644b0a74f400c (patch)
tree8618597c35487ecb78e46468490ba9c10d9756e4
parent42ae586fa72a30e0f22c0916e0551228d5eed5c3 (diff)
downloadlvm2-985ed7822f2ac12724ef3bbd823644b0a74f400c.tar.gz
dmstats: create dmstats symlink in test/lib
Create a symbolic link in test/lib for 'dmstats', pointing to the dmsetup binary in the tools/ build directory.
-rw-r--r--test/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 98f6cc9b1..915a0b00e 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -309,6 +309,7 @@ LIB = $(addprefix lib/, $(LIB_SHARED) $(LIB_LOCAL) $(LIB_NOT) $(LIB_LINK_NOT) $(
tools/dmsetup daemons/lvmetad/lvmetad \
daemons/lvmpolld/lvmpolld ; do \
$(LN_S) -f $(abs_top_builddir)/$$i lib/; done
+ $(LN_S) -f $(abs_top_builddir)/tools/dmsetup lib/dmstats
$(LN_S) -f $(abs_top_srcdir)/conf/thin-performance.profile lib/
$(LN_S) -f $(abs_top_srcdir)/scripts/fsadm.sh lib/fsadm
$(LN_S) -f $(abs_top_srcdir)/scripts/vgimportclone.sh lib/vgimportclone