mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
Conditionally compile storagevolxml2argvtest
Only compile storagevolxml2argvtest if WITH_STORAGE is set, because it links to that driver Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
c78a2b13a6
commit
b7f1d218d8
@ -174,7 +174,9 @@ endif
|
||||
|
||||
test_programs += nwfilterxml2xmltest
|
||||
|
||||
if WITH_STORAGE
|
||||
test_programs += storagevolxml2argvtest
|
||||
endif
|
||||
|
||||
test_programs += storagevolxml2xmltest storagepoolxml2xmltest
|
||||
|
||||
@ -472,11 +474,15 @@ nwfilterxml2xmltest_SOURCES = \
|
||||
testutils.c testutils.h
|
||||
nwfilterxml2xmltest_LDADD = $(LDADDS)
|
||||
|
||||
if WITH_STORAGE
|
||||
storagevolxml2argvtest_SOURCES = \
|
||||
storagevolxml2argvtest.c \
|
||||
testutils.c testutils.h
|
||||
storagevolxml2argvtest_LDADD = \
|
||||
../src/libvirt_driver_storage_impl.la $(LDADDS)
|
||||
else
|
||||
EXTRA_DIST += storagevolxml2argvtest.c
|
||||
endif
|
||||
|
||||
storagevolxml2xmltest_SOURCES = \
|
||||
storagevolxml2xmltest.c \
|
||||
|
Loading…
Reference in New Issue
Block a user