1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

makefile: handle dm-version-expected

This commit is contained in:
Zdenek Kabelac 2016-03-01 16:03:02 +01:00
parent 3b93c11030
commit 058eb3739d

View File

@ -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