ia64/xen-unstable
changeset 6338:59a6a0350158
Minor xenstat changes from Christian Limpach.
author | mark.williamson@cl.cam.ac.uk |
---|---|
date | Fri Aug 19 18:22:56 2005 +0000 (2005-08-19) |
parents | 173b918160e2 |
children | f51fe43c5d1c cd3a87ae9ac9 |
files | tools/xenstat/libxenstat/Makefile tools/xenstat/xentop/Makefile |
line diff
1.1 --- a/tools/xenstat/libxenstat/Makefile Wed Aug 17 16:50:33 2005 +0000 1.2 +++ b/tools/xenstat/libxenstat/Makefile Fri Aug 19 18:22:56 2005 +0000 1.3 @@ -64,7 +64,7 @@ src/libxenstat.so.$(MAJOR): $(LIB) 1.4 src/libxenstat.so: src/libxenstat.so.$(MAJOR) 1.5 $(MAKE_LINK) $(<F) $@ 1.6 1.7 -install: 1.8 +install: all 1.9 #install: all 1.10 # $(INSTALL_DATA) src/xenstat.h $(DESTDIR)$(includedir)/xenstat.h 1.11 # $(INSTALL_PROG) $(LIB) $(DESTDIR)$(libdir)/libxenstat.a
2.1 --- a/tools/xenstat/xentop/Makefile Wed Aug 17 16:50:33 2005 +0000 2.2 +++ b/tools/xenstat/xentop/Makefile Fri Aug 19 18:22:56 2005 +0000 2.3 @@ -27,7 +27,8 @@ man1dir=$(mandir)/man1 2.4 sbindir=$(prefix)/sbin 2.5 2.6 CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT) 2.7 -LDFLAGS += -L$(XEN_LIBXENSTAT) -lxenstat -lcurses 2.8 +LDFLAGS += -L$(XEN_LIBXENSTAT) 2.9 +LDLIBS += -lxenstat -lcurses 2.10 2.11 all: xentop 2.12