|
From: Christian P. <cp...@us...> - 2005-01-16 00:08:52
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25391/include/pclasses/System Modified Files: Makefile.am Log Message: Makefile.am fixes. Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 31 Dec 2004 03:23:53 -0000 1.4 +++ Makefile.am 16 Jan 2005 00:08:09 -0000 1.5 @@ -1,5 +1,7 @@ +pclasses_system_includedir=$(pkgincludedir)/System + INCLUDES = 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 ProcessIO.h Process.h +pclasses_system_include_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 ProcessIO.h Process.h |