Skip to content

Commit

Permalink
libxl: ocaml: fix the META file
Browse files Browse the repository at this point in the history
The "xl" module was renamed to "xenlight" some time ago, but the
META file was not updated.

It also needed to be added to the list of generated files in the
Makefile.

Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
  • Loading branch information
robhoes committed Apr 16, 2013
1 parent b541d34 commit 8f0c462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/ocaml/libs/xl/META.in
@@ -1,5 +1,5 @@
version = "@VERSION@"
description = "Xen Toolstack Library"
requires = "xentoollog"
archive(byte) = "xl.cma"
archive(native) = "xl.cmxa"
archive(byte) = "xenlight.cma"
archive(native) = "xenlight.cmxa"
2 changes: 1 addition & 1 deletion tools/ocaml/libs/xl/Makefile
Expand Up @@ -21,7 +21,7 @@ OCAML_LIBRARY = xenlight

GENERATED_FILES += xenlight.ml xenlight.ml.tmp xenlight.mli xenlight.mli.tmp
GENERATED_FILES += _libxl_types.ml.in _libxl_types.mli.in
GENERATED_FILES += _libxl_types.inc
GENERATED_FILES += _libxl_types.inc META

all: $(INTF) $(LIBS)

Expand Down

0 comments on commit 8f0c462

Please sign in to comment.