From 5b0668532cc3241c1ffeb45d08eb05a0acac17fc Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 23 Mar 2011 15:24:19 +0000 Subject: [PATCH] tools: ocaml: link evtchn bindings against libxenctrl Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/ocaml/libs/eventchn/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.5