Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 64322 invoked from network); 15 Sep 2008 12:07:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Sep 2008 12:07:07 -0000 Received: (qmail 66279 invoked by uid 500); 15 Sep 2008 12:07:04 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 66263 invoked by uid 500); 15 Sep 2008 12:07:04 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 66254 invoked by uid 99); 15 Sep 2008 12:07:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 05:07:03 -0700 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; Mon, 15 Sep 2008 12:06:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7C0DC238896D; Mon, 15 Sep 2008 05:06:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r695443 - /activemq/activemq-cpp/trunk/src/main/Makefile.am Date: Mon, 15 Sep 2008 12:06:05 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080915120606.7C0DC238896D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Sep 15 05:06:04 2008 New Revision: 695443 URL: http://svn.apache.org/viewvc?rev=695443&view=rev Log: https://issues.apache.org/activemq/browse/AMQCPP-197 Modified: activemq/activemq-cpp/trunk/src/main/Makefile.am Modified: activemq/activemq-cpp/trunk/src/main/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/Makefile.am?rev=695443&r1=695442&r2=695443&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/Makefile.am (original) +++ activemq/activemq-cpp/trunk/src/main/Makefile.am Mon Sep 15 05:06:04 2008 @@ -182,6 +182,7 @@ activemq/io/LoggingInputStream.h \ activemq/io/LoggingOutputStream.h \ activemq/exceptions/ActiveMQException.h \ + activemq/exceptions/ExceptionDefines.h \ activemq/connector/ConsumerMessageListener.h \ activemq/connector/ConnectorException.h \ activemq/connector/TransactionInfo.h \