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/08/09 16:41:05 UTC

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

Author: tabish
Date: Thu Aug  9 07:41:05 2007
New Revision: 564227

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

Implementing the Primitive Wrappers fully

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=564227&r1=564226&r2=564227
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am Thu Aug  9 07:41:05 2007
@@ -55,10 +55,11 @@
    decaf/util/logging/LogWriter.cpp \
    decaf/util/logging/SimpleLogger.cpp \
    decaf/util/logging/LogManager.cpp \
-   decaf/util/Config.cpp
-   
-##   decaf/internal/util/FloatingPointParser.cpp \
-##   decaf/internal/util/HexStringParser.cpp
+   decaf/util/Config.cpp \
+   decaf/internal/util/BigInt.cpp \
+   decaf/internal/util/BitOps.cpp \
+   decaf/internal/util/FloatingPointParser.cpp \
+   decaf/internal/util/HexStringParser.cpp
 
 h_sources = \
    decaf/net/BufferedSocket.h \
@@ -149,7 +150,9 @@
    decaf/util/logging/SimpleLogger.h \
    decaf/util/logging/PropertiesChangeListener.h \
    decaf/internal/util/FloatingPointParser.h \
-   decaf/internal/util/HexStringParser.h
+   decaf/internal/util/HexStringParser.h \
+   decaf/internal/util/BitOps.h \
+   decaf/internal/util/BigInt.h
 
 ##
 ## LibTool build step