Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 48844 invoked from network); 18 Nov 2006 00:22:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2006 00:22:12 -0000 Received: (qmail 59748 invoked by uid 500); 18 Nov 2006 00:22:22 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 59736 invoked by uid 500); 18 Nov 2006 00:22:22 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 59727 invoked by uid 99); 18 Nov 2006 00:22:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2006 16:22:22 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2006 16:22:10 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 7ABBC1A9846; Fri, 17 Nov 2006 16:21:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r476387 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am Date: Sat, 18 Nov 2006 00:21:38 -0000 To: activemq-commits@geronimo.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061118002138.7ABBC1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Fri Nov 17 16:21:37 2006 New Revision: 476387 URL: http://svn.apache.org/viewvc?view=rev&rev=476387 Log: Updates for planned Openwire Support Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am?view=diff&rev=476387&r1=476386&r2=476387 ============================================================================== --- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am (original) +++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am Fri Nov 17 16:21:37 2006 @@ -47,6 +47,8 @@ activemq/connector/stomp/StompConnectorFactory.cpp \ activemq/connector/stomp/marshal/Marshaler.cpp \ activemq/connector/stomp/StompConnector.cpp \ + activemq/connector/openwire/OpenWireFormat.cpp \ + activemq/connector/openwire/marshal/BaseDataStreamMarshaller.cpp \ activemq/connector/openwire/utils/HexTable.cpp \ activemq/connector/openwire/utils/BooleanStream.cpp \ activemq/connector/ConnectorFactoryMap.cpp \ @@ -173,6 +175,8 @@ activemq/connector/stomp/StompConnector.h \ activemq/connector/stomp/StompDestination.h \ activemq/connector/stomp/StompTopic.h \ + activemq/connector/openwire/OpenWireFormat.h \ + activemq/connector/openwire/marshal/BaseDataStreamMarshaller.h \ activemq/connector/openwire/utils/HexTable.h \ activemq/connector/openwire/utils/BooleanStream.h \ activemq/connector/ConnectorFactoryMap.h \ @@ -241,8 +245,8 @@ cms/Message.h \ cms/MessageConsumer.h -## include activemq/connector/openwire/commands/srcmakefile.mk -## include activemq/connector/openwire/marshal/v2/srcmakefile.mk +include activemq/connector/openwire/commands/srcmakefile.mk +include activemq/connector/openwire/marshal/v2/srcmakefile.mk ## ## Compiler / Linker Info