Update of /cvsroot/pclasses/pclasses2/src/System
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7790/src/System
Modified Files:
Makefile.am
Log Message:
Added CdRomDevice.linux.cpp
Index: Makefile.am
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am 30 Jan 2005 17:12:55 -0000 1.11
+++ Makefile.am 31 Jan 2005 11:19:38 -0000 1.12
@@ -71,6 +71,8 @@
Time_Sources = SystemClock.win32.cpp
endif
+System_Sources = CdRomDevice.linux.cpp
+
#EventLoop_Sources = EventLoop.select.cpp
EXTRA_DIST = CriticalSection.generic.cpp CriticalSection.win32.cpp \
@@ -89,7 +91,7 @@
$(Semaphore_Sources) $(SharedMem_Sources) $(SharedLib_Sources) \
SharedLib.common.cpp FileInfo.common.cpp ProcessIO.cpp Process.common.cpp \
$(IO_Sources) File.common.cpp Pipe.common.cpp StorageDevice.common.cpp \
- $(Time_Sources) PathFinder.cpp
+ $(Time_Sources) PathFinder.cpp $(System_Sources)
# EventLoop.common.cpp $(EventLoop_Sources)
libpclasses_system_la_LDFLAGS = -no-undefined
|