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 2012/11/19 16:59:44 UTC

svn commit: r1411266 - /activemq/activemq-cpp/trunk/activemq-cpp/src/examples/Makefile.am

Author: tabish
Date: Mon Nov 19 15:59:44 2012
New Revision: 1411266

URL: http://svn.apache.org/viewvc?rev=1411266&view=rev
Log:
updated makefile template.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/examples/Makefile.am

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/examples/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/Makefile.am?rev=1411266&r1=1411265&r2=1411266&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/examples/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/examples/Makefile.am Mon Nov 19 15:59:44 2012
@@ -92,3 +92,16 @@ noinst_PROGRAMS += tempdest_advisory_pro
 tempdest_advisory_producer_SOURCES = $(tempdest_advisory_producer_sources)
 tempdest_advisory_producer_LDADD= $(AMQ_TEST_LIBS)
 tempdest_advisory_producer_CXXFLAGS = $(AMQ_TEST_CXXFLAGS) -I$(srcdir)/../main
+
+## CMS Template Stress Test Example
+cmstemplate_stress_sources = cmstemplate-stress/TestSenderAndReceiver.cpp \
+                             cmstemplate-stress/Sender.cpp \
+                             cmstemplate-stress/Receiver.cpp \
+                             cmstemplate-stress/MessagingTask.cpp \
+                             cmstemplate-stress/ConnectionFactoryMgr.cpp \
+                             cmstemplate-stress/CMSTestMultipleSendersReceivers.cpp \
+                             cmstemplate-stress/CmsMessageCreator.cpp
+noinst_PROGRAMS += cmstemplate_stress
+cmstemplate_stress_SOURCES = $(cmstemplate_stress_sources)
+cmstemplate_stress_LDADD= $(AMQ_TEST_LIBS)
+cmstemplate_stress_CXXFLAGS = $(AMQ_TEST_CXXFLAGS) -I$(srcdir)/../main