aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-10-25 14:37:23 +0100
committerKeir Fraser <keir@xensource.com>2007-10-25 14:37:23 +0100
commit8731b7b939d6fcdf0bd115b330d2a7a9e2997bb3 (patch)
tree3333b0b128713da0ca8ca3c6c4ea2d6231d7cbe1 /tools/Makefile
parent3bc128ebcfa8358e19f5de8ab0707ecd17cca85a (diff)
downloadxen-8731b7b939d6fcdf0bd115b330d2a7a9e2997bb3.tar.gz
xen-8731b7b939d6fcdf0bd115b330d2a7a9e2997bb3.tar.bz2
xen-8731b7b939d6fcdf0bd115b330d2a7a9e2997bb3.zip
pv-qemu: Remove standalone xenfb code
This patch removes all trace of the standalone paravirt framebuffer daemon. With this there is no longer any requirement for LibVNCServer. Everything is handled by the QEMU device model. The xenfb.c and xenfb.h files are now moved (without code change) into tools/ioemu/hw/ & the temporary Makefile hack from the previous patch is removed. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 18205ccca8..f023fbb500 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -20,7 +20,6 @@ SUBDIRS-y += xenstat
SUBDIRS-y += libaio
SUBDIRS-y += blktap
SUBDIRS-y += libfsimage
-SUBDIRS-$(XENFB_TOOLS) += xenfb
SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
# These don't cross-compile