You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2006/11/09 16:22:05 UTC

svn commit: r472945 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am

Author: tabish
Date: Thu Nov  9 07:22:04 2006
New Revision: 472945

URL: http://svn.apache.org/viewvc?view=rev&rev=472945
Log:
Adding new file to build for 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=472945&r1=472944&r2=472945
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am Thu Nov  9 07:22:04 2006
@@ -47,6 +47,8 @@
     activemq/connector/stomp/StompConnectorFactory.cpp \
     activemq/connector/stomp/marshal/Marshaler.cpp \
     activemq/connector/stomp/StompConnector.cpp \
+    activemq/connector/openwire/marshal/HexTable.cpp \
+    activemq/connector/openwire/utils/BooleanStream.cpp \
     activemq/connector/ConnectorFactoryMap.cpp \
     activemq/network/SocketInputStream.cpp \
     activemq/network/ServerSocket.cpp \
@@ -62,7 +64,6 @@
     activemq/transport/TcpTransportFactory.cpp \
     activemq/util/StringTokenizer.cpp \
     activemq/util/Guid.cpp \
-    activemq/connector/openwire/marshal/HexTable.cpp \
     activemq/util/Math.cpp
 
 h_sources = \
@@ -172,6 +173,8 @@
     activemq/connector/stomp/StompConnector.h \
     activemq/connector/stomp/StompDestination.h \
     activemq/connector/stomp/StompTopic.h \
+    activemq/connector/openwire/marshal/HexTable.h \
+    activemq/connector/openwire/utils/BooleanStream.h \
     activemq/connector/ConnectorFactoryMap.h \
     activemq/connector/Connector.h \
     activemq/connector/ConnectorFactoryMapRegistrar.h \
@@ -236,7 +239,6 @@
     cms/ConnectionFactory.h \
     cms/MessageProducer.h \
     cms/Message.h \
-    activemq/connector/openwire/marshal/HexTable.h \
     cms/MessageConsumer.h
 
 ##