From: Christian P. <cp...@us...> - 2004-12-27 07:07:30
|
Update of /cvsroot/pclasses/pclasses2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11007/src Modified Files: Makefile.am Log Message: Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 23 Dec 2004 04:32:17 -0000 1.2 +++ Makefile.am 27 Dec 2004 07:07:20 -0000 1.3 @@ -7,6 +7,7 @@ lib_LTLIBRARIES = libpclasses.la libpclasses_la_SOURCES = Alloc.cpp Exception.cpp AtomicInt.gcc-x86.cpp \ - ByteOrderTraits.cpp LinkedItem.cpp + ByteOrderTraits.cpp LinkedItem.cpp Time.cpp Date.cpp DateTime.cpp \ + TimeSpan.cpp SUBDIRS = . Unicode IO System Net Util |