From 5616e76a5a01656aa0dcc323fcd1fcd77764e638 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 27 Sep 2007 18:59:54 +0100 Subject: * configure.ac: Changed version to 0.3.2.9. * Makefile.in: Re-enable virt-df. * virt-df/virt_df*.ml: Mostly finished off the core of virt-df. Ext2/3 support. No LVM as yet. * virt-df/README: Added README file. --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 789eaae..489a5e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,9 +21,9 @@ ifeq ($(pkg_curses),yes) SUBDIRS += virt-top endif -#ifeq ($(pkg_xml_light),yes) -#SUBDIRS += virt-df -#endif +ifeq ($(pkg_xml_light),yes) +SUBDIRS += virt-df +endif all opt depend install: for d in $(SUBDIRS); do \ -- cgit