|
From: Christian P. <cp...@us...> - 2005-01-10 02:51:30
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24799/include/pclasses Modified Files: Makefile.am Log Message: Added missing App subdir. Added Trace.h. Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 6 Jan 2005 17:03:02 -0000 1.4 +++ Makefile.am 10 Jan 2005 02:51:21 -0000 1.5 @@ -1,4 +1,4 @@ -SUBDIRS = Unicode IO System Net Util +SUBDIRS = Unicode IO System Net Util App INCLUDES = METASOURCES = AUTO pkginclude_HEADERS = Exception.h IntTypes.h ScopedArrayPtr.h ScopedPtr.h \ @@ -6,4 +6,5 @@ ByteOrderTraits.h BasicTypes.h Vector.h Algorithm.h TypeTraits.h \ Stack.h LinkedItem.h Pair.h IntTypeLimits.h Queue.h IntrusivePtr.h \ CircularQueue.h List.h NonCopyable.h Phoenix.h Factory.h \ - Time.h Date.h DateTime.h TimeSpan.h Callback.h Signal.h + Time.h Date.h DateTime.h TimeSpan.h Callback.h Signal.h \ + Trace.h |