summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-03-01 16:03:02 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2016-03-01 16:03:02 +0100
commit058eb3739d6f0550f81fb9d6268feda698fdbb05 (patch)
tree1b6adbbf915598db55c67c8d4850522ba4db35ab
parent3b93c110303de10464ad3e2a4b14175526765832 (diff)
downloadlvm2-058eb3739d6f0550f81fb9d6268feda698fdbb05.tar.gz
makefile: handle dm-version-expected
-rw-r--r--test/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 77190b359..f1fad1436 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -209,7 +209,9 @@ install: .tests-stamp lib/paths-installed
cd lib && $(INSTALL_DATA) \
$(LIB_FLAVOURS) \
$(LIB_LVMLOCKD_CONF) \
- version-expected $(DATADIR)/lib
+ dm-version-expected \
+ version-expected \
+ $(DATADIR)/lib
@for i in cache-mq cache-smq thin-performance ; do \
echo "$(INSTALL_DATA) $(abs_top_srcdir)/conf/$$i.profile $(DATADIR)/lib"; \
$(INSTALL_DATA) $(abs_top_srcdir)/conf/$$i.profile $(DATADIR)/lib; done
@@ -327,7 +329,8 @@ endif
CLEAN_TARGETS += .lib-dir-stamp .tests-stamp $(LIB) $(addprefix lib/,\
$(CMDS) clvmd dmeventd dmsetup lvmetad lvmpolld \
- harness thin-performance.profile fsadm vgimportclone version-expected \
+ harness thin-performance.profile fsadm vgimportclone \
+ dm-version-expected version-expected \
paths-installed paths-installed-t paths-common paths-common-t)
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status