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 2007/07/26 21:27:55 UTC

svn commit: r559946 - /activemq/activemq-cpp/trunk/src/decaf/src/test-benchmarks/Makefile.am

Author: tabish
Date: Thu Jul 26 12:27:54 2007
New Revision: 559946

URL: http://svn.apache.org/viewvc?view=rev&rev=559946
Log:
http://issues.apache.org/activemq/browse/AMQCPP-103

Implementing the Primitive Wrappers fully

Modified:
    activemq/activemq-cpp/trunk/src/decaf/src/test-benchmarks/Makefile.am

Modified: activemq/activemq-cpp/trunk/src/decaf/src/test-benchmarks/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/test-benchmarks/Makefile.am?view=diff&rev=559946&r1=559945&r2=559946
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/test-benchmarks/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/test-benchmarks/Makefile.am Thu Jul 26 12:27:54 2007
@@ -16,6 +16,7 @@
 # ---------------------------------------------------------------------------
 
 cc_sources = \
+  decaf/lang/BooleanBenchmark.cpp \
   decaf/util/PropertiesBenchmark.cpp \
   decaf/util/QueueBenchmark.cpp \
   decaf/util/SetBenchmark.cpp \
@@ -27,6 +28,7 @@
   main.cpp
 
 hh_sources = \
+  decaf/lang/BooleanBenchmark.h \
   decaf/util/PropertiesBenchmark.h \
   decaf/util/QueueBenchmark.h \
   decaf/util/SetBenchmark.h \