summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-09-20 10:52:18 +0100
committerRichard W.M. Jones <rjones@redhat.com>2007-09-20 10:52:18 +0100
commit10d2bdb61dae083ff316c673c845a3a0e0aa6e32 (patch)
tree17df53b503c2f006fced27cd993eb0db1b3cf5c9 /Makefile.in
parent17777061b8970d1bd528e2b5ddf35da68808326b (diff)
downloadvirt-top-10d2bdb61dae083ff316c673c845a3a0e0aa6e32.tar.gz
virt-top-10d2bdb61dae083ff316c673c845a3a0e0aa6e32.tar.xz
virt-top-10d2bdb61dae083ff316c673c845a3a0e0aa6e32.zip
* Makefile.in: Disable virt-df in this release until I have
time to fix it properly.
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 fedf443..319b25f 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 \