From: Christian P. <cp...@us...> - 2005-01-17 21:57:04
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22829/include/pclasses Modified Files: Makefile.am Log Message: Added Export.h Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 16 Jan 2005 00:08:00 -0000 1.8 +++ Makefile.am 17 Jan 2005 21:56:51 -0000 1.9 @@ -9,4 +9,4 @@ 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 \ - Trace.h PropertyMap.h + Trace.h PropertyMap.h Export.h |