diff options
author | kraxel <kraxel> | 2006-04-07 15:38:39 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-04-07 15:38:39 +0000 |
commit | 87fcf49941e76d58934b143a1b1441f263323c12 (patch) | |
tree | d67644a0f4ffda122cec12d02af6f31e2b06437a /GNUmakefile | |
parent | b6b64172f31759d9aa2a9f40438c8ab09f0f9a98 (diff) | |
download | xenwatch-87fcf49941e76d58934b143a1b1441f263323c12.tar.gz |
mdns hacking
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 |