The OVT configuration determines whether open-vm-tools will build
a vmblock kernel module or a vmblock-fuse user level VMBlock
implementation. Both versions of the vmblocktest program(s) are not
needed. Linux OVT is only using the vmblock-fuse implementation.
Select the version to build based on the HAVE_FUSE setting from the
./configure run.
This fixes https://github.com/vmware/open-vm-tools/issues/467
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
################################################################################
-noinst_PROGRAMS = vmware-testvmblock-legacy
-noinst_PROGRAMS += vmware-testvmblock-manual-legacy
-
if HAVE_FUSE
- noinst_PROGRAMS += vmware-testvmblock-fuse
+ noinst_PROGRAMS = vmware-testvmblock-fuse
noinst_PROGRAMS += vmware-testvmblock-manual-fuse
+else
+ noinst_PROGRAMS = vmware-testvmblock-legacy
+ noinst_PROGRAMS += vmware-testvmblock-manual-legacy
endif
AM_CFLAGS =