From 6b051823c1fa1e797abdfa5b696c9f6b051e9f6e Mon Sep 17 00:00:00 2001 From: kraxel Date: Thu, 18 Dec 2008 12:19:58 +0000 Subject: - rename xenstore to avoid name conflich with xen-shipped utility. - update makefile bits. - disable tty busy check. - update version. --- GNUmakefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 6a6054f..add51d3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,18 +6,18 @@ include mk/Variables.mk CFLAGS += -DVERSION='"$(VERSION)"' -DLIB='"$(LIB)"' # build -TARGETS := xenlog xenscreen xenwatch xenstore \ +TARGETS := xenlog xenscreen xenwatch xenstore-gtk \ mdns-browser mdns-publish-xendom mdns-publish-vnc \ vnc-client -BUILD_XENSTORE := xenlog xenwatch xenstore \ +BUILD_XENSTORE := xenlog xenwatch xenstore-gtk \ mdns-publish-xendom mdns-publish-vnc -BUILD_GTK := xenwatch xenstore mdns-browser vnc-client +BUILD_GTK := xenwatch xenstore-gtk mdns-browser vnc-client BUILD_AVAHI := mdns-browser mdns-publish-xendom mdns-publish-vnc BUILD_GTK_VNC := vnc-client -NEEDS_XENSTORE := xenlog xenscreen xenwatch xenstore mdns-publish-xendom mdns-publish-vnc +NEEDS_XENSTORE := xenlog xenscreen xenwatch xenstore-gtk mdns-publish-xendom mdns-publish-vnc NEEDS_LIBVIRT := xenscreen -NEEDS_GTK := xenwatch xenstore mdns-browser vnc-client +NEEDS_GTK := xenwatch xenstore-gtk mdns-browser vnc-client NEEDS_AVAHI := mdns-browser mdns-publish-xendom mdns-publish-vnc NEEDS_GTK_VNC := xenwatch mdns-browser vnc-client @@ -105,7 +105,7 @@ realclean distclean: clean xenlog: xenlog.o xs_tools.o xenscreen: xenscreen.o xs_tools.o apps.o xenwatch: xenwatch.o xd_view.o xd_store.o apps.o apps-x11.o tcp.o vnc.o x11.o -xenstore: xenstore.o xs_view.o xs_store.o +xenstore-gtk: xenstore-gtk.o xs_view.o xs_store.o mdns-browser: mdns-browser.o mdns.o vnc.o x11.o apps.o apps-x11.o mdns-publish-xendom: mdns-publish-xendom.o mdns-publish.o mdns-publish-vnc: mdns-publish-vnc.o mdns-publish.o xs_tools.o -- cgit