From: Christian P. <cp...@us...> - 2004-12-31 03:24:03
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22572/include/pclasses/System Modified Files: Makefile.am Log Message: Added ProcessIO.h, Process.h Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 28 Dec 2004 20:28:21 -0000 1.3 +++ Makefile.am 31 Dec 2004 03:23:53 -0000 1.4 @@ -2,4 +2,4 @@ METASOURCES = AUTO pkginclude_HEADERS = SystemError.h SharedMemory.h CriticalSection.h Mutex.h \ Condition.h Semaphore.h Thread.h SharedLib.h File.h FileInfo.h \ - Directory.h SystemClock.h + Directory.h SystemClock.h ProcessIO.h Process.h |