summaryrefslogtreecommitdiffstats
path: root/virt-top
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-02-12 20:22:14 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-02-12 20:22:14 +0000
commit84a06ad012f23d958fd7b5816a3abcc7c8eb64ab (patch)
tree0becb4e97062129072cf73cc8cf002ceab7ec463 /virt-top
parent627e6f64b0cd359a8f03d45ab093592f000cf6e6 (diff)
downloadvirt-top-84a06ad012f23d958fd7b5816a3abcc7c8eb64ab.tar.gz
virt-top-84a06ad012f23d958fd7b5816a3abcc7c8eb64ab.tar.xz
virt-top-84a06ad012f23d958fd7b5816a3abcc7c8eb64ab.zip
Minor fix for calendar 1.x
Diffstat (limited to 'virt-top')
-rwxr-xr-xvirt-top/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in
index d31cfc4..31cd828 100755
--- a/virt-top/Makefile.in
+++ b/virt-top/Makefile.in
@@ -42,11 +42,11 @@ ifeq ($(pkg_csv),yes)
OBJS += virt_top_csv.cmo
OCAMLCPACKAGES := $(OCAMLCPACKAGES),csv
endif
-ifneq ($(pkg_calendar),)
+ifeq ($(pkg_calendar),yes)
OBJS += virt_top_calendar1.cmo
OCAMLCPACKAGES := $(OCAMLCPACKAGES),calendar
endif
-ifneq ($(pkg_calendar2),)
+ifneq ($(pkg_calendar2),no)
OBJS += virt_top_calendar2.cmo
OCAMLCPACKAGES := $(OCAMLCPACKAGES),calendar
endif