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:
3fbfec3
)
Should always link to program gettext package.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 28 Mar 2008 17:12:35 +0000
(17:12 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 28 Mar 2008 17:12:35 +0000
(17:12 +0000)
virt-ctrl/Makefile.in
patch
|
blob
|
history
diff --git
a/virt-ctrl/Makefile.in
b/virt-ctrl/Makefile.in
index
eb28630
..
7e7c5c4
100644
(file)
--- a/
virt-ctrl/Makefile.in
+++ b/
virt-ctrl/Makefile.in
@@
-31,11
+31,8
@@
pkg_gettext = @pkg_gettext@
OCAMLFIND = @OCAMLFIND@
-ifneq ($(pkg_gettext),no)
-OBJS := virt_ctrl_gettext.cmo
-endif
-
-OBJS += \
+OBJS := \
+ virt_ctrl_gettext.cmo \
vc_helpers.cmo \
vc_connections.cmo \
vc_domain_ops.cmo \