diff options
author | kraxel <kraxel> | 2005-12-16 17:05:31 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2005-12-16 17:05:31 +0000 |
commit | 6b767b90916a843ef5c23dc6cb670893607d9f01 (patch) | |
tree | a292522287d3aaedbb456288263a7f9541cd1241 /GNUmakefile | |
parent | 6dbf21b755ea62b3bb0ecf82b00b4597e43d3bae (diff) | |
download | xenwatch-6b767b90916a843ef5c23dc6cb670893607d9f01.tar.gz |
- GUI fixups, xend improvements.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
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 |