diff options
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 |