aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2005-12-16 17:05:31 +0000
committerkraxel <kraxel>2005-12-16 17:05:31 +0000
commit6b767b90916a843ef5c23dc6cb670893607d9f01 (patch)
treea292522287d3aaedbb456288263a7f9541cd1241 /GNUmakefile
parent6dbf21b755ea62b3bb0ecf82b00b4597e43d3bae (diff)
downloadxenwatch-6b767b90916a843ef5c23dc6cb670893607d9f01.tar.gz
- GUI fixups, xend improvements.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ae9b3b6..d8cff65 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -35,8 +35,7 @@ ifneq ($(XENSRC),)
CFLAGS += -I $(XENSRC)/dist/install/usr/include
LDLIBS += -I $(XENSRC)/dist/install/usr/$(LIB)
endif
-xenlog : LDLIBS += -lxenstore
-xenwatch : LDLIBS += -lxenstore -lxc
+LDLIBS += -lxenstore
########################################################################
@@ -57,7 +56,7 @@ realclean distclean: clean
#############################################
-xenwatch: xenwatch.o xs_view.o xs_store.o xd_view.o xd_store.o
+xenwatch: xenwatch.o xs_view.o xs_store.o xd_view.o xd_store.o tcp.o
xenlog: xenlog.o