From 985ed7822f2ac12724ef3bbd823644b0a74f400c Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Thu, 26 Nov 2015 12:37:22 +0000 Subject: [PATCH] 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. --- test/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.5