X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-top%2FMakefile.in;h=5aa0c355a47b6610c01a1072413d9b4630b92e2c;hp=0d0ccdc5d4787221698341a7efe75f4fed477b2c;hb=671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef;hpb=d0381948857fa48c1c1e24cac01997a57c067403 diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in index 0d0ccdc..5aa0c35 100755 --- a/virt-top/Makefile.in +++ b/virt-top/Makefile.in @@ -1,5 +1,5 @@ # virt-top -# Copyright (C) 2007 Red Hat Inc., Richard W.M. Jones +# Copyright (C) 2007-2009 Red Hat Inc., Richard W.M. Jones # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -64,11 +64,11 @@ OBJS += virt_top_main.cmo XOBJS := $(OBJS:.cmo=.cmx) -OCAMLCFLAGS := -g -w s +OCAMLCFLAGS := -g -warn-error A OCAMLCLIBS := -linkpkg OCAMLOPTPACKAGES := $(OCAMLCPACKAGES) -OCAMLOPTFLAGS := -w s +OCAMLOPTFLAGS := -warn-error A OCAMLOPTLIBS := $(OCAMLCLIBS) BYTE_TARGETS := virt-top @@ -76,6 +76,7 @@ OPT_TARGETS := virt-top.opt ifeq ($(HAVE_PERLDOC),perldoc) BYTE_TARGETS += virt-top.1 virt-top.txt +OPT_TARGETS += virt-top.1 virt-top.txt endif all: $(BYTE_TARGETS)