From: Vincent Hanquez Date: Sat, 27 Jun 2009 12:12:49 +0000 (+0100) Subject: remove dbus dependancy temporarily until it work in the build X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=aeb19365968444c3dd77541f6869bb8105071378;p=xenclient%2Ftoolstack.git remove dbus dependancy temporarily until it work in the build --- diff --git a/xenvm/Makefile b/xenvm/Makefile index 3071c0e..81616e2 100644 --- a/xenvm/Makefile +++ b/xenvm/Makefile @@ -23,7 +23,7 @@ xenops_OBJS = xenops ALL_OCAML_OBJS = $(TOPLEVEL)/common/config xenvmlib xenvm xenvmlib xenvm-cmd misc tasks vmconfig vmstate vmact xenops #INTF = watch.cmi netman.cmi balloon.cmi device_common.cmi device.cmi domain.cmi xal.cmi -xenvm_LIBS = unix.cmxa dBus.cmxa threads.cmxa \ +xenvm_LIBS = unix.cmxa threads.cmxa \ ../libs/uuid/uuid.cmxa \ -ccopt -L -ccopt $(TOPLEVEL)/libs/mmap $(TOPLEVEL)/libs/mmap/mmap.cmxa \ -ccopt -L -ccopt $(TOPLEVEL)/libs/log $(TOPLEVEL)/libs/log/log.cmxa \