From: Ian Campbell Date: Wed, 23 Mar 2011 15:24:19 +0000 (+0000) Subject: tools: ocaml: link evtchn bindings against libxenctrl X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5b0668532cc3241c1ffeb45d08eb05a0acac17fc;p=people%2Fliuw%2Flibxenctrl-split%2Fxen.git tools: ocaml: link evtchn bindings against libxenctrl Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/ocaml/libs/eventchn/Makefile b/tools/ocaml/libs/eventchn/Makefile index 2d644d9de6..69e08c160e 100644 --- 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)