[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] tools/ocaml: Correct META for libxl bindings
This was missed by c/s 23936:cdb34816a40a which renamed xl -> xenlight Reported-by: alien@xxxxxxxx Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> -- This patch should be backported to the stable trees diff -r 996fbd7657bb -r 4cd0ae4690a8 tools/ocaml/libs/xl/META.in --- 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" _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |