aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-23 15:22:38 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-23 15:22:38 +0000
commit5916274b2702d53bc5aec8e2ff0b148b1e7dd8fa (patch)
tree7f578781d1c10f45a16a4998c69625af66dc68dd /tools/ocaml
parent72bbc4ff73e667adab3e4cdcf1b1ed5022456e28 (diff)
downloadxen-5916274b2702d53bc5aec8e2ff0b148b1e7dd8fa.tar.gz
xen-5916274b2702d53bc5aec8e2ff0b148b1e7dd8fa.tar.bz2
xen-5916274b2702d53bc5aec8e2ff0b148b1e7dd8fa.zip
tools: ocaml: link xl bindings against libxl
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/ocaml')
-rw-r--r--tools/ocaml/libs/xl/Makefile2
1 files changed, 2 insertions, 0 deletions
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