Return-Path: Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: (qmail 99858 invoked from network); 25 Nov 2009 14:40:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Nov 2009 14:40:04 -0000 Received: (qmail 9282 invoked by uid 500); 25 Nov 2009 14:40:04 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 9260 invoked by uid 500); 25 Nov 2009 14:40:04 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 9251 invoked by uid 99); 25 Nov 2009 14:40:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 14:40:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 14:40:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 26DE323889B5; Wed, 25 Nov 2009 14:39:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r884114 - /qpid/trunk/qpid/cpp/src/cluster.cmake Date: Wed, 25 Nov 2009 14:39:40 -0000 To: commits@qpid.apache.org From: astitcher@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091125143941.26DE323889B5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: astitcher Date: Wed Nov 25 14:39:40 2009 New Revision: 884114 URL: http://svn.apache.org/viewvc?rev=884114&view=rev Log: Fixed cluster build for recent cluster changes Modified: qpid/trunk/qpid/cpp/src/cluster.cmake Modified: qpid/trunk/qpid/cpp/src/cluster.cmake URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/cluster.cmake?rev=884114&r1=884113&r2=884114&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/cluster.cmake (original) +++ qpid/trunk/qpid/cpp/src/cluster.cmake Wed Nov 25 14:39:40 2009 @@ -128,6 +128,8 @@ qpid/cluster/MemberSet.h qpid/cluster/MemberSet.cpp qpid/cluster/types.h + qpid/cluster/StoreStatus.h + qpid/cluster/StoreStatus.cpp ) add_library (cluster MODULE ${cluster_SOURCES}) --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscribe@qpid.apache.org