summaryrefslogtreecommitdiffstats
path: root/virt-top/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'virt-top/Makefile.in')
-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