summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorrjones@amd <rjones@amd>2007-09-04 17:39:43 +0100
committerrjones@amd <rjones@amd>2007-09-04 17:39:43 +0100
commit4bc4d8bfaa99eae626c1c5fbe50096afb05fd0da (patch)
tree1c90bd4ec2245e7cf07254c9daa590bb82cda3e5 /Makefile.in
parent1a7eb475229918cb43f2962316a029273578daab (diff)
downloadvirt-top-4bc4d8bfaa99eae626c1c5fbe50096afb05fd0da.tar.gz
virt-top-4bc4d8bfaa99eae626c1c5fbe50096afb05fd0da.tar.xz
virt-top-4bc4d8bfaa99eae626c1c5fbe50096afb05fd0da.zip
Basic version, just prints the domains and disk/file mappings.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3ad12ac..fedf443 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7,6 +7,7 @@ INSTALL = @INSTALL@
pkg_lablgtk2 = @pkg_lablgtk2@
pkg_curses = @pkg_curses@
+pkg_xml_light = @pkg_xml_light@
OCAMLDOCFLAGS := -html -sort
@@ -20,6 +21,10 @@ ifeq ($(pkg_curses),yes)
SUBDIRS += virt-top
endif
+ifeq ($(pkg_xml_light),yes)
+SUBDIRS += virt-df
+endif
+
all opt depend install:
for d in $(SUBDIRS); do \
$(MAKE) -C $$d $@; \