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/18 01:21:38 UTC

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

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