X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=windows-virtio%2FMakefile.am;h=224037e20e520290b539b2b85c935b717b357ece;hb=refs%2Fheads%2Fmaster;hp=ec6e99e726bea068e8594cc92e3c85f3ac41854f;hpb=3678804a681bb01bbf057c6bf9344aabc285e1d5;p=virt-v2v-test-cases-nonfree.git diff --git a/windows-virtio/Makefile.am b/windows-virtio/Makefile.am index ec6e99e..224037e 100644 --- a/windows-virtio/Makefile.am +++ b/windows-virtio/Makefile.am @@ -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 $@