* Makefile.in: Disable virt-df in this release until I have
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 20 Sep 2007 09:52:18 +0000 (10:52 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 20 Sep 2007 09:52:18 +0000 (10:52 +0100)
  time to fix it properly.

ChangeLog
Makefile.in

index 8cd4151..4c877b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-20  Richard Jones  <rjones@redhat.com>
+
+       * Makefile.in: Disable virt-df in this release until I have
+         time to fix it properly.
+
 2007-09-19  Richard Jones  <rjones@redhat.com>
 
        * virt-top/virt_top.ml: Ignore transient error from
index fedf443..319b25f 100644 (file)
@@ -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 \