diff options
author | kraxel <kraxel> | 2008-12-18 12:19:58 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2008-12-18 12:19:58 +0000 |
commit | 6b051823c1fa1e797abdfa5b696c9f6b051e9f6e (patch) | |
tree | 94b06d8c5c381598b45e892261e49cf1189cb75d /GNUmakefile | |
parent | c31563927b4291cdf4ef698eed706e991a43461f (diff) | |
download | xenwatch-6b051823c1fa1e797abdfa5b696c9f6b051e9f6e.tar.gz |
- rename xenstore to avoid name conflich with xen-shipped utility.
- update makefile bits.
- disable tty busy check.
- update version.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |