From: Ian Campbell Date: Wed, 23 Mar 2011 15:22:38 +0000 (+0000) Subject: tools: ocaml: link xl bindings against libxl X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5916274b2702d53bc5aec8e2ff0b148b1e7dd8fa;p=xen.git tools: ocaml: link xl bindings against libxl Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/ocaml/libs/xl/Makefile b/tools/ocaml/libs/xl/Makefile index 1b31fad954..e9f0608187 100644 --- a/tools/ocaml/libs/xl/Makefile +++ b/tools/ocaml/libs/xl/Makefile @@ -6,6 +6,8 @@ OBJS = xl INTF = xl.cmi LIBS = xl.cma xl.cmxa +LIBS_xl = $(LDLIBS_libxenlight) + xl_OBJS = $(OBJS) xl_C_OBJS = xl_stubs