]> xenbits.xensource.com Git - xen.git/commitdiff
tools/ocaml: Correct META for libxl bindings
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 3 Apr 2013 20:24:47 +0000 (20:24 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 8 Apr 2013 16:00:28 +0000 (17:00 +0100)
This was missed by c/s 23936:cdb34816a40a which renamed xl -> xenlight

[ 23936:cdb34816a40a is 7ceaa0c7449e841d7ca7db889c3041dc3fedbb3b in git -iwj ]

Reported-by: alien@rmail.be
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/ocaml/libs/xl/META.in

index 9c4405a6ba4f298588493c54512bdd95123132f5..fe2c60b8bd96b993a47e8118371eadc65522a4b9 100644 (file)
@@ -1,4 +1,4 @@
 version = "@VERSION@"
 description = "Xen Toolstack Library"
-archive(byte) = "xl.cma"
-archive(native) = "xl.cmxa"
+archive(byte) = "xenlight.cma"
+archive(native) = "xenlight.cmxa"