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/05/31 21:15:01 UTC

svn commit: r543223 - /activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am

Author: tabish
Date: Thu May 31 12:15:00 2007
New Revision: 543223

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

Building Decaf lib, remove sub folder from the activemq lib dir, going to top level.

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

Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am?view=diff&rev=543223&r1=543222&r2=543223
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am Thu May 31 12:15:00 2007
@@ -32,6 +32,7 @@
    decaf/io/ByteArrayOutputStream.cpp \
    decaf/io/BlockingByteArrayInputStream.cpp \
    decaf/util/concurrent/Mutex.cpp \
+   decaf/util/concurrent/CountDownLatch.cpp \
    decaf/util/Date.cpp \
    decaf/util/logging/LoggerHierarchy.cpp \
    decaf/util/logging/Logger.cpp \
@@ -88,6 +89,7 @@
    decaf/io/IOException.h \
    decaf/util/concurrent/Lock.h \
    decaf/util/concurrent/Concurrent.h \
+   decaf/util/concurrent/CountDownLatch.h \
    decaf/util/concurrent/Synchronizable.h \
    decaf/util/concurrent/Mutex.h \
    decaf/util/Date.h \