From: stephan b. <sg...@us...> - 2004-12-28 15:11:04
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25062 Modified Files: Makefile.toc Makefile.am Log Message: Renamed SharedLib.generic.cpp ==> SharedLib.common.cpp Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 27 Dec 2004 07:07:20 -0000 1.3 +++ Makefile.am 28 Dec 2004 15:10:52 -0000 1.4 @@ -73,7 +73,7 @@ libpclasses_system_la_SOURCES = timeout.cpp SystemError.cpp \ CriticalSection.cpp Mutex.cpp $(Thread_Sources) \ $(Semaphore_Sources) $(SharedMem_Sources) $(SharedLib_Sources) \ - SharedLib.generic.cpp FileInfo.common.cpp $(IO_Sources) + SharedLib.comon.cpp FileInfo.common.cpp $(IO_Sources) libpclasses_system_la_LDFLAGS = -no-undefined libpclasses_system_la_LIBADD = $(top_builddir)/src/libpclasses.la \ Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.toc,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.toc 27 Dec 2004 21:46:01 -0000 1.13 +++ Makefile.toc 28 Dec 2004 15:10:52 -0000 1.14 @@ -19,7 +19,7 @@ PathFinder.cpp \ SystemError.cpp \ timeout.cpp \ - SharedLib.generic.cpp + SharedLib.common.cpp SOURCES_SO_LIBDL = \ |