Man page: Add an explanation of columns (RHBZ#834208).
[virt-top.git] / virt-top / Makefile.in
index 0d0ccdc..5aa0c35 100755 (executable)
@@ -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)