diff options
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 915a0b00e..c69b3b673 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -288,6 +288,9 @@ lib/paths: lib/paths-common lib/version-expected: $(top_srcdir)/VERSION .lib-dir-stamp cut -f 1 -d ' ' <$< >$@ +lib/dm-version-expected: $(top_srcdir)/VERSION_DM .lib-dir-stamp + cut -f 1 -d ' ' <$< >$@ + CMDS = lvm $(shell cat $(top_builddir)/tools/.commands 2>/dev/null) LIB = $(addprefix lib/, $(LIB_SHARED) $(LIB_LOCAL) $(LIB_NOT) $(LIB_LINK_NOT) $(LIB_FLAVOURS)) |