summaryrefslogtreecommitdiffstats
path: root/virt-top/Makefile.in
diff options
context:
space:
mode:
authorrjones@thinkpad.home.annexia.org <rjones@thinkpad.home.annexia.org>2008-02-12 20:22:43 +0000
committerrjones@thinkpad.home.annexia.org <rjones@thinkpad.home.annexia.org>2008-02-12 20:22:43 +0000
commit627e6f64b0cd359a8f03d45ab093592f000cf6e6 (patch)
tree9ec255374fe72f39110032502b151d8070137923 /virt-top/Makefile.in
parent8f0f6bf5ad24e6b8a92533efa9b35d9850cfccc0 (diff)
downloadvirt-top-627e6f64b0cd359a8f03d45ab093592f000cf6e6.tar.gz
virt-top-627e6f64b0cd359a8f03d45ab093592f000cf6e6.tar.xz
virt-top-627e6f64b0cd359a8f03d45ab093592f000cf6e6.zip
Support for calendar >= 2.0
Diffstat (limited to 'virt-top/Makefile.in')
-rwxr-xr-xvirt-top/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in
index 1b80472..d31cfc4 100755
--- a/virt-top/Makefile.in
+++ b/virt-top/Makefile.in
@@ -29,6 +29,7 @@ pkg_curses = @pkg_curses@
pkg_xml_light = @pkg_xml_light@
pkg_csv = @pkg_csv@
pkg_calendar = @pkg_calendar@
+pkg_calendar2 = @pkg_calendar2@
OCAMLCPACKAGES := -package unix,extlib,curses,str
@@ -41,8 +42,12 @@ ifeq ($(pkg_csv),yes)
OBJS += virt_top_csv.cmo
OCAMLCPACKAGES := $(OCAMLCPACKAGES),csv
endif
-ifeq ($(pkg_calendar),yes)
-OBJS += virt_top_calendar.cmo
+ifneq ($(pkg_calendar),)
+OBJS += virt_top_calendar1.cmo
+OCAMLCPACKAGES := $(OCAMLCPACKAGES),calendar
+endif
+ifneq ($(pkg_calendar2),)
+OBJS += virt_top_calendar2.cmo
OCAMLCPACKAGES := $(OCAMLCPACKAGES),calendar
endif
OBJS += virt_top_main.cmo