summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-09-27 18:59:54 +0100
committerRichard W.M. Jones <rjones@redhat.com>2007-09-27 18:59:54 +0100
commit5616e76a5a01656aa0dcc323fcd1fcd77764e638 (patch)
tree7e37726337d16b5b4a1d3216eaa97d18668d4bc6 /Makefile.in
parent3d742c162cbcb38663da580f1dff58db992f1a22 (diff)
downloadvirt-top-5616e76a5a01656aa0dcc323fcd1fcd77764e638.tar.gz
virt-top-5616e76a5a01656aa0dcc323fcd1fcd77764e638.tar.xz
virt-top-5616e76a5a01656aa0dcc323fcd1fcd77764e638.zip
* 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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
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 \