diff options
author | kraxel <kraxel> | 2006-04-06 15:18:48 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-04-06 15:18:48 +0000 |
commit | e16b25e7d718809a3eddfa9cae63a20a1b1c20ac (patch) | |
tree | f84d8056df0003ba808919049a834c5ea9a5725c /GNUmakefile | |
parent | 1131de02524b7d4d87c804cc18f8ec0337b20e70 (diff) | |
download | xenwatch-e16b25e7d718809a3eddfa9cae63a20a1b1c20ac.tar.gz |
desktop detection, app start reorganization
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 06a37fc..e71fdf0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -75,7 +75,7 @@ realclean distclean: clean ############################################# xenlog: xenlog.o -xenwatch: xenwatch.o xs_view.o xs_store.o xd_view.o xd_store.o tcp.o mdns.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-publish-xendom: mdns-publish-xendom.o |