git.annexia.org
/
virt-top.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627e6f6
)
Minor fix for calendar 1.x
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 12 Feb 2008 20:22:14 +0000
(20:22 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 12 Feb 2008 20:22:14 +0000
(20:22 +0000)
virt-top/Makefile.in
patch
|
blob
|
history
diff --git
a/virt-top/Makefile.in
b/virt-top/Makefile.in
index
d31cfc4
..
31cd828
100755
(executable)
--- 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
-if
neq ($(pkg_calendar),
)
+if
eq ($(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