From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15349 invoked by alias); 30 Jul 2009 12:09:25 -0000 Received: (qmail 15342 invoked by alias); 30 Jul 2009 12:09:25 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92,SPF_HELO_PASS X-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: fence-agents: master - build: fix fence_ilo_mp and add files to EXTRA_DIST To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: fence-agents.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2282982bc4f0f853952ed6ea86c0adefb7c900ba X-Git-Newrev: d07c924e6c5637f0731e76d7d5fcf84288854b24 From: "Fabio M. Di Nitto" Message-Id: <20090730120903.91E651201A5@lists.fedorahosted.org> Date: Thu, 30 Jul 2009 12:09:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00141.txt.bz2 Gitweb: http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=d07c924e6c5637f0731e76d7d5fcf84288854b24 Commit: d07c924e6c5637f0731e76d7d5fcf84288854b24 Parent: 2282982bc4f0f853952ed6ea86c0adefb7c900ba Author: Fabio M. Di Nitto AuthorDate: Thu Jul 30 14:08:26 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Thu Jul 30 14:08:26 2009 +0200 build: fix fence_ilo_mp and add files to EXTRA_DIST Signed-off-by: Fabio M. Di Nitto --- configure.ac | 1 + fence/agents/lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index d143056..da47c76 100644 --- a/configure.ac +++ b/configure.ac @@ -253,6 +253,7 @@ AC_CONFIG_FILES([Makefile fence/agents/ibmblade/Makefile fence/agents/ifmib/Makefile fence/agents/ilo/Makefile + fence/agents/ilo_mp/Makefile fence/agents/intelmodular/Makefile fence/agents/ipmilan/Makefile fence/agents/ldom/Makefile diff --git a/fence/agents/lib/Makefile.am b/fence/agents/lib/Makefile.am index 35170e8..7bf9e8f 100644 --- a/fence/agents/lib/Makefile.am +++ b/fence/agents/lib/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in TARGET = fencing.py fencing_snmp.py -EXTRA_DIST = fencing.py.py fencing_snmp.py.py +EXTRA_DIST = fencing.py.py fencing_snmp.py.py ra2man.xsl fencelibdir = ${FENCEAGENTSLIBDIR}