aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-02-06 16:07:24 +0000
committerkraxel <kraxel>2007-02-06 16:07:24 +0000
commit32f212ab9d1b4dcf4e2be5abc3776d8192bb93f4 (patch)
tree6b7fcc6e5b3a4af7220c4a3070f76e7ebbd6867f /GNUmakefile
parentcbd9777e41ce186c9ef2e060aea5dab9647f1b4e (diff)
downloadxenwatch-32f212ab9d1b4dcf4e2be5abc3776d8192bb93f4.tar.gz
mdns vnc stuff
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8b5aff6..643d5a6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -8,14 +8,14 @@ CFLAGS += -DVERSION='"$(VERSION)"' -DLIB='"$(LIB)"'
# build
TARGETS := xenlog xenscreen
BUILD_GTK := xenwatch mdns-browser
-BUILD_MDNS := mdns-publish-xendom
+BUILD_MDNS := mdns-publish-xendom mdns-publish-vnc
BUILD_VNC := vnc-client
BUILD_XENAPI := xenapi
-NEEDS_XENSTORE := xenlog xenscreen xenwatch mdns-publish-xendom
+NEEDS_XENSTORE := xenlog xenscreen xenwatch mdns-publish-xendom mdns-publish-vnc
NEEDS_XENAPI := xenapi
NEEDS_GTK := xenwatch mdns-browser vnc-client
-NEEDS_MDNS := xenwatch mdns-browser mdns-publish-xendom
+NEEDS_MDNS := xenwatch mdns-browser mdns-publish-xendom mdns-publish-vnc
NEEDS_VNC := xenwatch vnc-client
# default target
@@ -98,7 +98,8 @@ xenscreen: xenscreen.o xenstore.o apps.o
xenwatch: xenwatch.o xs_view.o xs_store.o xd_view.o xd_store.o \
apps.o apps-x11.o tcp.o mdns.o vnc.o x11.o
mdns-browser: mdns-browser.o mdns.o apps.o apps-x11.o
-mdns-publish-xendom: mdns-publish-xendom.o
+mdns-publish-xendom: mdns-publish-xendom.o mdns-publish.o
+mdns-publish-vnc: mdns-publish-vnc.o mdns-publish.o xenstore.o
vnc-client: vnc-client.o vnc.o x11.o
xenapi: xenapi.o tcp.o