[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 18 of 30] tools: ocaml: link evtchn bindings against libxenctrl
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1300718506 0 # Node ID e260a7ba1ae77117c69369d37434b54e9de1c74d # Parent 268469483e35aff1355342264f304117225e655a tools: ocaml: link evtchn bindings against libxenctrl Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r 268469483e35 -r e260a7ba1ae7 tools/ocaml/libs/eventchn/Makefile --- a/tools/ocaml/libs/eventchn/Makefile Mon Mar 21 14:41:46 2011 +0000 +++ b/tools/ocaml/libs/eventchn/Makefile Mon Mar 21 14:41:46 2011 +0000 @@ -5,6 +5,8 @@ OBJS = eventchn OBJS = eventchn INTF = $(foreach obj, $(OBJS),$(obj).cmi) LIBS = eventchn.cma eventchn.cmxa + +LIBS_evtchn = $(LDLIBS_libxenctrl) all: $(INTF) $(LIBS) $(PROGRAMS) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |