aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat/Makefile
diff options
context:
space:
mode:
authorjosht@us.ibm.com <josht@us.ibm.com>2005-08-17 16:50:33 +0000
committerjosht@us.ibm.com <josht@us.ibm.com>2005-08-17 16:50:33 +0000
commit3df6bc01b6ffcbe1c26170a83e044508e92aab3e (patch)
tree0c59f82885102cb336f9185f6c94929d8906dcd3 /tools/xenstat/Makefile
parent97af2bfb93eb0dba6e36213fec00e428ccbf8c32 (diff)
downloadxen-3df6bc01b6ffcbe1c26170a83e044508e92aab3e.tar.gz
xen-3df6bc01b6ffcbe1c26170a83e044508e92aab3e.tar.bz2
xen-3df6bc01b6ffcbe1c26170a83e044508e92aab3e.zip
Rename vm-top to xentop. Make "xm top" invoke xentop. Make libxenstat a static library, and do not install it.
# HG changeset patch # User josht@us.ibm.com # Node ID ea025493dfe39540075ee9e4e75b2146f25bdbd3 # Parent ce557cc4fdc764ac2ce07b8d4bcae77ecf847c29 Rename vm-top to xentop. Make "xm top" invoke xentop. Make libxenstat a static library, and do not install it.
Diffstat (limited to 'tools/xenstat/Makefile')
-rw-r--r--tools/xenstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstat/Makefile b/tools/xenstat/Makefile
index bb06c4e51e..4caec1a6da 100644
--- a/tools/xenstat/Makefile
+++ b/tools/xenstat/Makefile
@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS :=
SUBDIRS += libxenstat
-SUBDIRS += vm-top
+SUBDIRS += xentop
.PHONY: all install clean