X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-top%2FMakefile.in;h=8eec72087323689ebc239dff290dfc846aa9c204;hp=e1cb75fa2f7c7def3271122b760192ce38512645;hb=9bb5f67c0d8a6e8dad7de72e2488ee73c90f7d43;hpb=a8b837d5018c488a130fcbea425904817a862210 diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in index e1cb75f..8eec720 100644 --- a/virt-top/Makefile.in +++ b/virt-top/Makefile.in @@ -1,4 +1,19 @@ -# $Id: Makefile.in,v 1.6 2007/08/23 11:09:19 rjones Exp $ +# virt-top +# Copyright (C) 2007 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. PACKAGE := @PACKAGE_NAME@ VERSION := @PACKAGE_VERSION@ @@ -14,9 +29,9 @@ pkg_curses = @pkg_curses@ pkg_xml_light = @pkg_xml_light@ pkg_csv = @pkg_csv@ -OCAMLCPACKAGES := -package unix,extlib,curses +OCAMLCPACKAGES := -package unix,extlib,curses,str -OBJS := virt_top.cmo +OBJS := virt_top_utils.cmo virt_top.cmo ifeq ($(pkg_xml_light),yes) OBJS += virt_top_xml.cmo OCAMLCPACKAGES := $(OCAMLCPACKAGES),xml-light