mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix lvm2app test to run under test/api subdirectory only when configured.
This commit is contained in:
parent
68fac97a07
commit
5a446cfbb9
@ -1,5 +1,6 @@
|
||||
Version 2.02.53 -
|
||||
=====================================
|
||||
Fix lvm2app test to run under test/api subdirectory only when configured.
|
||||
Add vg_is_resizeable() and cleanup reference to VG_RESIZEABLE.
|
||||
|
||||
Version 2.02.52 - 15th September 2009
|
||||
|
@ -53,7 +53,10 @@ SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
|
||||
T = $(wildcard t-*.sh)
|
||||
|
||||
ifeq ("@APPLIB@", "yes")
|
||||
T += lvm2app.sh
|
||||
T += lvm2app.sh
|
||||
all: api/vgtest
|
||||
api/vgtest:
|
||||
$(MAKE) -C api vgtest
|
||||
endif
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
|
Loading…
Reference in New Issue
Block a user