aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2013-04-03 20:24:47 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-04-08 17:00:28 +0100
commitb4932b39319229291ff019ba23cab465988e02d8 (patch)
tree757963c1ea7890b3a39682d4ed03e026cc09a8ff /tools/ocaml
parent2b0fca9d8354e330e47f7d7bd7a34eda431fb370 (diff)
downloadxen-b4932b39319229291ff019ba23cab465988e02d8.tar.gz
xen-b4932b39319229291ff019ba23cab465988e02d8.tar.bz2
xen-b4932b39319229291ff019ba23cab465988e02d8.zip
tools/ocaml: Correct META for libxl bindings
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>
Diffstat (limited to 'tools/ocaml')
-rw-r--r--tools/ocaml/libs/xl/META.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ocaml/libs/xl/META.in b/tools/ocaml/libs/xl/META.in
index 9c4405a6ba..fe2c60b8bd 100644
--- a/tools/ocaml/libs/xl/META.in
+++ b/tools/ocaml/libs/xl/META.in
@@ -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"