projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b0fca9
)
tools/ocaml: Correct META for libxl bindings
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Wed, 3 Apr 2013 20:24:47 +0000
(20:24 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/tools/ocaml/libs/xl/META.in
b/tools/ocaml/libs/xl/META.in
index 9c4405a6ba4f298588493c54512bdd95123132f5..fe2c60b8bd96b993a47e8118371eadc65522a4b9 100644
(file)
--- 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) = "x
l
.cma"
-archive(native) = "x
l
.cmxa"
+archive(byte) = "x
enlight
.cma"
+archive(native) = "x
enlight
.cmxa"