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/06/10 22:35:27 UTC

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

Author: tabish
Date: Sun Jun 10 13:35:26 2007
New Revision: 545932

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

Building up the Decaf Library

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=545932&r1=545931&r2=545932
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am Sun Jun 10 13:35:26 2007
@@ -25,6 +25,9 @@
    decaf/net/SocketFactory.cpp \
    decaf/lang/Exception.cpp \
    decaf/lang/Thread.cpp \
+   decaf/lang/Boolean.cpp \
+   decaf/lang/Integer.cpp \
+   decaf/lang/Long.cpp \
    decaf/io/BufferedOutputStream.cpp \
    decaf/io/BufferedInputStream.cpp \
    decaf/io/ByteArrayInputStream.cpp \