windows-virtio: Fix images to use sub-images.
[virt-v2v-test-cases-nonfree.git] / windows-virtio / Makefile.am
index ec6e99e..224037e 100644 (file)
@@ -20,8 +20,10 @@ include $(top_srcdir)/common-rules.mk
 CLEANFILES += *.img *-converted* *-booted* *.test *.scrn
 
 tests_sources = \
+       win_2012r2_x86_64.ml \
        win_81pro_x86_64.ml
 tests = \
+       win_2012r2_x86_64.test \
        win_81pro_x86_64.test
 
 TESTS = $(tests)
@@ -30,4 +32,4 @@ check_SCRIPTS = $(tests)
 
 %.test: %.cmx
        $(OCAMLFIND) ocamlopt $(OCAMLFLAGS) $(OCAMLPACKAGES) \
-         -linkpkg $< -o $@
+         $(OCAMLLINKPKG) $< -o $@