From 4bc4d8bfaa99eae626c1c5fbe50096afb05fd0da Mon Sep 17 00:00:00 2001 From: "rjones@amd" Date: Tue, 4 Sep 2007 17:39:43 +0100 Subject: Basic version, just prints the domains and disk/file mappings. --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.in') 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 $@; \ -- cgit