projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72bbc4f
)
tools: ocaml: link xl bindings against libxl
author
Ian Campbell
<ian.campbell@citrix.com>
Wed, 23 Mar 2011 15:22:38 +0000
(15:22 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 23 Mar 2011 15:22:38 +0000
(15:22 +0000)
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>
tools/ocaml/libs/xl/Makefile
patch
|
blob
|
history
diff --git
a/tools/ocaml/libs/xl/Makefile
b/tools/ocaml/libs/xl/Makefile
index 1b31fad95424ac65c5325dfe0a3cc8c72b08da49..e9f060818702ebc0f686c6c4537cc95bc981ced7 100644
(file)
--- 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