Author: tabish
Date: Fri Feb 9 07:53:08 2007
New Revision: 505332
URL: http://svn.apache.org/viewvc?view=rev&rev=505332
Log:
http://issues.apache.org/activemq/browse/AMQCPP-30
Modified:
activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am
Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am?view=diff&rev=505332&r1=505331&r2=505332
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/Makefile.am Fri Feb 9 07:53:08 2007
@@ -40,6 +40,7 @@
activemq/concurrent/ThreadPool.cpp \
activemq/concurrent/Mutex.cpp \
activemq/concurrent/Thread.cpp \
+ activemq/concurrent/CountDownLatch.cpp \
activemq/exceptions/ActiveMQException.cpp \
activemq/connector/stomp/StompSessionManager.cpp \
activemq/connector/stomp/commands/CommandConstants.cpp \
@@ -139,6 +140,7 @@
activemq/concurrent/PooledThread.h \
activemq/concurrent/Concurrent.h \
activemq/concurrent/PooledThreadListener.h \
+ activemq/concurrent/CountDownLatch.h \
activemq/exceptions/InvalidStateException.h \
activemq/exceptions/RuntimeException.h \
activemq/exceptions/InterruptedException.h \
|