projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5916274
)
tools: ocaml: link evtchn bindings against libxenctrl
author
Ian Campbell
<ian.campbell@citrix.com>
Wed, 23 Mar 2011 15:24:19 +0000
(15:24 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 23 Mar 2011 15:24:19 +0000
(15:24 +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/eventchn/Makefile
patch
|
blob
|
history
diff --git
a/tools/ocaml/libs/eventchn/Makefile
b/tools/ocaml/libs/eventchn/Makefile
index 2d644d9de6bad11b0cd8abcac40ad8e464095e52..69e08c160e0decc890cf2c2ff8f54bff96cdf593 100644
(file)
--- a/
tools/ocaml/libs/eventchn/Makefile
+++ b/
tools/ocaml/libs/eventchn/Makefile
@@
-6,6
+6,8
@@
OBJS = eventchn
INTF = $(foreach obj, $(OBJS),$(obj).cmi)
LIBS = eventchn.cma eventchn.cmxa
+LIBS_evtchn = $(LDLIBS_libxenctrl)
+
all: $(INTF) $(LIBS) $(PROGRAMS)
bins: $(PROGRAMS)