From: Christian P. <cp...@us...> - 2004-12-27 07:07:29
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11007/include/pclasses/System Modified Files: Makefile.am Log Message: Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Makefile.am 22 Dec 2004 17:54:42 -0000 1.1.1.1 +++ Makefile.am 27 Dec 2004 07:07:20 -0000 1.2 @@ -1,4 +1,5 @@ INCLUDES = METASOURCES = AUTO pkginclude_HEADERS = SystemError.h SharedMemory.h CriticalSection.h Mutex.h \ - Condition.h Semaphore.h Thread.h SharedLib.h File.h + Condition.h Semaphore.h Thread.h SharedLib.h File.h FileInfo.h \ + Directory.h |