aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile12
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