|
From: Christian P. <cp...@us...> - 2005-01-11 14:56:39
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11655/src/System Modified Files: Makefile.am Log Message: Added PathFinder.cpp Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 31 Dec 2004 03:24:26 -0000 1.6 +++ Makefile.am 11 Jan 2005 14:56:28 -0000 1.7 @@ -1,7 +1,3 @@ -EXTRA_DIST = CriticalSection.generic.cpp CriticalSection.win32.cpp \ - Mutex.solaris.cpp Mutex.posix.cpp Mutex.win32.cpp SharedMemory.sysv.cpp \ - SharedMemory.posix.cpp SharedMemory.win32.cpp - if WITH_POSIX_THREADS Thread_Sources = CriticalSection.generic.cpp Mutex.posix.cpp \ Condition.posix.cpp Thread.posix.cpp @@ -73,6 +69,10 @@ Time_Sources = SystemClock.win32.cpp endif +EXTRA_DIST = CriticalSection.generic.cpp CriticalSection.win32.cpp \ + Mutex.solaris.cpp Mutex.posix.cpp Mutex.win32.cpp SharedMemory.sysv.cpp \ + SharedMemory.posix.cpp SharedMemory.win32.cpp + INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include $(all_includes) METASOURCES = AUTO @@ -82,9 +82,10 @@ CriticalSection.cpp Mutex.cpp $(Thread_Sources) \ $(Semaphore_Sources) $(SharedMem_Sources) $(SharedLib_Sources) \ SharedLib.common.cpp FileInfo.common.cpp ProcessIO.cpp Process.common.cpp \ - $(IO_Sources) $(Time_Sources) + $(IO_Sources) $(Time_Sources) PathFinder.cpp libpclasses_system_la_LDFLAGS = -no-undefined + libpclasses_system_la_LIBADD = $(top_builddir)/src/libpclasses.la \ $(top_builddir)/src/Unicode/libpclasses_unicode.la \ $(top_builddir)/src/IO/libpclasses_io.la \ |