aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-04-07 15:38:39 +0000
committerkraxel <kraxel>2006-04-07 15:38:39 +0000
commit87fcf49941e76d58934b143a1b1441f263323c12 (patch)
treed67644a0f4ffda122cec12d02af6f31e2b06437a /GNUmakefile
parentb6b64172f31759d9aa2a9f40438c8ab09f0f9a98 (diff)
downloadxenwatch-87fcf49941e76d58934b143a1b1441f263323c12.tar.gz
mdns hacking
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e71fdf0..cfe8f0e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -76,7 +76,7 @@ realclean distclean: clean
xenlog: xenlog.o
xenwatch: xenwatch.o xs_view.o xs_store.o xd_view.o xd_store.o apps.o tcp.o mdns.o
-mdns-browser: mdns-browser.o mdns.o
+mdns-browser: mdns-browser.o mdns.o apps.o
mdns-publish-xendom: mdns-publish-xendom.o
include mk/Compile.mk